We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95a7963 commit 4dddfa2Copy full SHA for 4dddfa2
1 file changed
infrastructure/modules/lambda/lambda.tf
@@ -1,4 +1,5 @@
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
0 commit comments