Infrastructure experiments¶
Cloud infrastructure tends to accumulate layers. These experiments ask which ones can be removed without giving up the useful parts.
Notes¶
- Ejecting Serverless with Jsonnet — replacing framework-generated CloudFormation with a small Jsonnet library and templates you can inspect directly.
- Document Processing Pipeline with Lambda Durable Functions — checkpointed steps, bounded fan-out, and a human-approval wait, written as one plain function instead of a Step Functions state machine.
- Document Processing Pipeline with EventBridge Choreography — services transfer document ownership through reliable event handoffs, with DynamoDB tracking assignments, history, and recovery.