Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug Fix - API Gateway template doesn't explicitly state defaults, so old configurations remain #153

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

bryan-hunter
Copy link

The Cloudformation template for API Gateway staging was not including explicitly configured settings if those settings matched one of the defaults.

This was causing issues when trying to go from dataTraceEnabled: true back to dataTraceEnabled: false (the default setting). The template was not including the dataTraceEnabled: false. Therefore the API gateway stage configuration was remaining dataTraceEnabled: true.

Getting this PR out there while I have a few minutes. I will add more context later, if needed.

@Enase Enase added the bug label May 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants