You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to enhance some of the features/functionality of Chalice with Terraform during our deploys, but we're limited because Chalice does not expose the API Gateway stage (ie. for associating a WAF ACL with APIGW stage)
The AWS provider for Terraform has been updated and also no longer recommends using stage_name in api_gateway_deployment to manage API Gateway stages as Chalice does today.
The text was updated successfully, but these errors were encountered:
Came up with a workaround for now by wrapping the chalice.tf.json with some additional Terraform that can grab the stage-name and generate an ARN for the APIGW stage ie.
Attempting to enhance some of the features/functionality of Chalice with Terraform during our deploys, but we're limited because Chalice does not expose the API Gateway stage (ie. for associating a WAF ACL with APIGW stage)
The AWS provider for Terraform has been updated and also no longer recommends using
stage_name
inapi_gateway_deployment
to manage API Gateway stages as Chalice does today.The text was updated successfully, but these errors were encountered: