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.
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.