eliasbrange.dev
Elias Brange
Hi. I'm Elias Brange.
Driving Serverless adoption.
One post at a time.
Follow me on LinkedIn!
Consolidate your Lambda Logs in CloudWatch
Consolidate your Lambda Logs in CloudWatch
2023-11-29
|#AWS#Serverless

Learn how to use the newly released advanced logging controls to consolidate your Lambda logs into a single log group. This overcomes one of the most painful aspects of CloudWatch Logs Insights: combing through hundreds of Log groups.

Test Event-Driven Architectures with AWS EventBridge and Momento Topics
Test Event-Driven Architectures with AWS EventBridge and Momento Topics

Testing Serverless applications end-to-end is difficult. Testing distributed systems is difficult. But with the right tools, it can be made easier. Learn how to use Momento Topics to test that your application(s) produces the EventBridge events you expect.

Implementing the Transactional Outbox Pattern for Serverless Domain Events
Implementing the Transactional Outbox Pattern for Serverless Domain Events

Learn how to reliably publish domain events in Serverless applications using the Transactional Outbox Pattern. Get the reliability your events deserve with DynamoDB Streams and Transactions while keeping your domain layer clean and complexity low.

All posts