Skip to main content
eliasbrange.dev

All posts

Displaying posts 1-10 out of 24.




Next-level mocks with Lambda extensions

Learn how to easily mock external HTTP services in your Lambda functions using Stubr, a WireMock adaption in Rust, and Lambda extensions. Mocking allows team to build in isolation, reducing the need for coordination in shared non-production environments.






Consolidate your Lambda Logs in CloudWatch

| #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.