Skip to content

Commit e7d7114

Browse files
committed
eli-204 removing unneeded comment
1 parent b64dd92 commit e7d7114

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/stacks/api-layer/patient_check.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ resource "aws_api_gateway_integration" "get_patient_check" {
2727
resource "aws_lambda_permission" "get_patient_check" {
2828
statement_id = "AllowExecutionFromAPIGateway"
2929
action = "lambda:InvokeFunction"
30-
function_name = module.eligibility_signposting_lambda_function.aws_lambda_function_name # placeholder for the actual lambda function name
30+
function_name = module.eligibility_signposting_lambda_function.aws_lambda_function_name
3131
principal = "apigateway.amazonaws.com"
3232

3333
source_arn = "${module.eligibility_signposting_api_gateway.execution_arn}/*/*"

0 commit comments

Comments
 (0)