Tag: infrastructure
All the articles with the tag "infrastructure".
-
Testing Step Function workflows Locally
If you've been following along for a bit, you know how much of a fan of Serverless I am. And even more specifically, how much I love Step Functions. If you have the problem of needing a highly availab
-
EventBus Mesh
EventBus Mesh pattern connects multiple EventBridge buses to isolate microservice boundaries while enabling cross-domain event-driven communication.
-
Canary Deployment for AWS Lambda
In life, when working on anything, small and iterative changes give us the best opportunity for feedback and learning. And it's through that feedback and failure even that we get better. The same thin
-
Handling "Poison Pill" Messages with AWS Kinesis and Lambdas
Kinesis poison pill messages block stream processing for hours when Lambda event sources fail, but CDK event source configurations can solve this.
-
AWS CDK Pipeline
AWS CDK Pipelines construct provides an opinionated CI/CD pipeline with self-mutation, cross-account deploys, and automatic source monitoring.
-
Intro to CDK
AWS CDK lets developers define cloud infrastructure using familiar programming languages like TypeScript, enabling testing and reusable constructs.