
Frictionless Instrumentation with Lambda Layers
In many ways, serverless functions, like auto-scaling, pay-per-use, and reduced complexity, are great. When things go wrong and developers have a problem with their serverless architecture, they’re likely to check Amazon CloudWatch logs immediately to try to understand the issue. Although this method works perfectly for small-scale serverless architectures, logs ... Read More

Understanding Your Serverless System’s Architecture with Thundra
In a production setup, more often than not, there are multiple AWS services working together, connected to and interacting with each other. This is because one AWS service is usually not enough to build a complete project. For example, you would need a service such as Athena or DynamoDB to ... Read More