Are you looking for a way to more easily integrate AWS Lambda with your favorite monitoring, observability, security, governance, and other tools.
Welcome to my deep dive learning path video series where I show you everything about augmenting your Lambda functions using Lambda extensions.
AWS Lambda extensions: The deep dive | Promo
1: Understanding Lambda extensions | AWS Lambda extensions: The deep dive
In this video I look at what AWS Lambda extensions are, their use cases, and how they work.
2: Using internal Lambda extensions | AWS Lambda extensions: The deep dive
In this video, I take a deeper look into AWS Lambda internal extensions and how they work.
3: Using external Lambda extensions | AWS Lambda extensions: The deep dive
In this video, I take a deeper look at AWS Lambda external extensions and how they work.
4: Understanding the Lambda lifecycle | AWS Lambda extensions: The deep dive
In this video, I’m taking a deeper look into the AWS Lambda lifecycle and how extensions gives you more visibility and control into how Lambda works.
5: Building extensions with the Extensions API-Part 1 | AWS Lambda extensions: The deep dive
In this video, I take an even deeper look into the AWS Lambda lifecycle and see how you can build an extension using the Extensions API. I’ll walk-through the timeline in more detail showing all the API calls available. Part 1
6: Building extensions with the Extensions API-Part 2 | AWS Lambda extensions: The deep dive
In this video, I take an even deeper look into the Lambda lifecycle and see how you can build an extension using the Extensions API. I’ll walk-through the timeline in more detail showing all the API calls available. Part 2
7: Including extensions in container images | AWS Lambda extensions: The deep dive
In this video, I take a look at how you can include your AWS Lambda extensions in functions packaged as container images, which don’t use Lambda Layers
8: Sending logs to custom destinations | AWS Lambda extensions: The deep dive
In this video, I look at how AWS Lambda extensions can send logs to custom destinations and I’m going to use a function packages as a container image to show this, and then wrap up the series.
#serverless #aws #lambda