ks888 / LambStatus

[Maintenance mode] Serverless Status Page System
https://lambstatus.github.io
Apache License 2.0
1.3k stars 120 forks source link

Auto-deploy APIGateway on updating the stack #23

Closed ks888 closed 7 years ago

ks888 commented 7 years ago

On updating the CloudFormation stack, most resources are automatically updated, but APIGateway resource is not deployed. That means added/updated APIs are still old even after updating the stack.

This PR fixes this issue. The custom resource deploys APIGateway resource on updating the CloudFormation stack.