AWS Lambda is a great service that allows you to focus on delivering business value without worrying too much about the underlying infrastructure. It integrates well with all kinds of other AWS services, and Lambda functions can be written in many different languages.
To make your functions production-ready and to achieve operational excellence you'll need to apply the three pillars of observability: logs, metrics, and traces. The Powertools for AWS Lambda toolkit can help you with that, but there is so much more it can do to boost your productivity.
In this talk, we will explore the capabilities of Lambda Powertools and demonstrate how it can improve your lambda functions by looking at code examples, and a live demo of a production application.