Skip to content

Commit

Permalink
Merge pull request #46 from FloRul/feature/cognito-auth
Browse files Browse the repository at this point in the history
Update API Gateway path part in lambda_integration.tf
  • Loading branch information
FloRul authored Feb 25, 2024
2 parents 53b389c + e98709d commit fe81e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambdas/inference/lambda_integration.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module "integration_cognito" {
source = "../../terraform/modules/api_gateway/lambda_integration"
api_gateway_rest_api_id = var.api_gateway_rest_api_id
api_gateway_rest_api_root_resource_id = var.api_gateway_rest_api_root_resource_id
api_gateway_path_part = local.api_gateway_path_part
api_gateway_path_part = "${local.api_gateway_path_part}cog"
api_gateway_http_method = local.api_gateway_http_method
lambda_function_arn = module.lambda_function_container_image.lambda_function_arn
lambda_function_name = var.lambda_function_name
Expand Down

0 comments on commit fe81e7b

Please sign in to comment.