We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b64dd92 commit e7d7114Copy full SHA for e7d7114
1 file changed
infrastructure/stacks/api-layer/patient_check.tf
@@ -27,7 +27,7 @@ resource "aws_api_gateway_integration" "get_patient_check" {
27
resource "aws_lambda_permission" "get_patient_check" {
28
statement_id = "AllowExecutionFromAPIGateway"
29
action = "lambda:InvokeFunction"
30
- function_name = module.eligibility_signposting_lambda_function.aws_lambda_function_name # placeholder for the actual lambda function name
+ function_name = module.eligibility_signposting_lambda_function.aws_lambda_function_name
31
principal = "apigateway.amazonaws.com"
32
33
source_arn = "${module.eligibility_signposting_api_gateway.execution_arn}/*/*"
0 commit comments