Building a CloudFormation Custom Resource That Runs for More Than 15 Minutes
I needed a CloudFormation custom resource that could run longer than 15 minutes without paying Lambda compute to sit and poll. Lambda durable functions gave me a clean fit.
Archive
Use the archive to move page by page, or search titles, excerpts, and tags.
I needed a CloudFormation custom resource that could run longer than 15 minutes without paying Lambda compute to sit and poll. Lambda durable functions gave me a clean fit.