Automating API deployment of API Gateway (Finale)
A Lambda-backed custom resource for AWS API Gateway API Deployment using CloudFormation
Dec 15, 20237 min read9

Search for a command to run...
Articles tagged with #aws-cloudformation
A Lambda-backed custom resource for AWS API Gateway API Deployment using CloudFormation

Understanding each component in API Gateway deployment via AWSCLI

An attempt to use native CloudFormation resources only...

The Why Being able to customize and create custom resources that are not natively supported by CloudFormation is pretty cool. For the longest time, I find this feature puzzling with the following questions: How does CloudFormation pass inputs to the...