Skip to content

Commit 92a18d1

Browse files
committed
[ELI-702] undoing changes
1 parent fd9c9e0 commit 92a18d1

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,6 +1,7 @@
11
resource "aws_lambda_function" "eligibility_signposting_lambda" {
22
#checkov:skip=CKV_AWS_116: No deadletter queue is configured for this Lambda function, as the requests are synchronous
33
#checkov:skip=CKV_AWS_115: Concurrent execution limit will be set at APIM level, not at Lambda level
4+
#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
56
# path.module in the filename.
67
filename = var.file_name

0 commit comments

Comments
 (0)