mweagle / Sparta

go microservices, powered by AWS Lambda
https://gosparta.io
MIT License
717 stars 48 forks source link

Support non-destructive APIGateway updates #6

Closed mweagle closed 8 years ago

mweagle commented 8 years ago

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 commented 8 years ago

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

seiffert commented 8 years ago

Awesome! Really looking forward to this!

mweagle commented 8 years ago

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