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

Support non-destructive APIGateway updates #6

Closed
mweagle opened this issue Feb 7, 2016 · 3 comments
Closed

Support non-destructive APIGateway updates #6

mweagle opened this issue Feb 7, 2016 · 3 comments

Comments

@mweagle
Copy link
Owner

mweagle commented Feb 7, 2016

API gateway updates are currently done via delete then create during an UPDATE request. This causes a new REST API to be created, which results in unstable hostnames across stack updates.

@mweagle thanks! Is it the Sparta or AWS that creates a new URI for the API for every deployment?

/cc @seiffert

@mweagle
Copy link
Owner Author

mweagle commented Feb 27, 2016

Working on this - fix to be available in 0.5.3 release.

@seiffert
Copy link
Contributor

Awesome! Really looking forward to this!

mweagle added a commit that referenced this issue Mar 7, 2016
Rather than delete REST API during updates, find prexisting API and delete first order children.  The found REST API is then reused for the update to provide stable ID domain names.
@mweagle
Copy link
Owner Author

mweagle commented Mar 7, 2016

@seiffert - Addressed with 0.5.3 - please reopen if you run into issues. Thanks.

@mweagle mweagle closed this as completed Mar 7, 2016
mweagle added a commit that referenced this issue Apr 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants