Skip to content

Commit 4dddfa2

Browse files
checkov skip for dlq
1 parent 95a7963 commit 4dddfa2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

infrastructure/modules/lambda/lambda.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
resource "aws_lambda_function" "eligibility_signposting_lambda" {
2+
#checkov:skip=CKV_AWS_116: No deadletter queue is configured for this Lambda function, as the requests are synchronous
23
#checkov:skip=CKV_AWS_115: Concurrent execution limit will be set at APIM level, not at Lambda level
34
#checkov:skip=CKV_AWS_272: Skipping code signing but flagged to create ticket to investigate on ELI-238
45
# If the file is not in the current working directory you will need to include a

0 commit comments

Comments
 (0)