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.
Field notes from building in AWS
I write about AWS serverless systems, Lambda durable functions, durable execution, and workflow design. I focus on the tradeoffs from a developer and operations point of view.
Featured
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.
Topics