We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd9c9e0 commit 92a18d1Copy full SHA for 92a18d1
1 file changed
infrastructure/modules/lambda/lambda.tf
@@ -1,6 +1,7 @@
1
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
3
#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
5
# If the file is not in the current working directory you will need to include a
6
# path.module in the filename.
7
filename = var.file_name
0 commit comments