AWS Lambda is a “serverless” architecture that relieves you of hardware and scaling set-up concerns. AWS Lambda functions are used by many organizations for “serverless” application development and automating DevOps tasks. Many teams start using AWS Lambdas and uncover problems such as running into resource limits, debugging nested lambda defects, managing code change across dozens of AWS accounts, and many more.
Derek Ashmore will provide tips and tricks to make your AWS Lambda functions usable in different contexts and easier to develop and support. He will show you how to mitigate common problems teams run into with AWS Lambdas. This practical chat is based on real-world examples and designed for senior developers and architects who have experience developing Lambda functions.
Attendees will leave with concrete examples for how to make their AWS Lambda code easier to debug and support. They will learn how to use AWS Lambda code to manage DevOps in dozens of accounts without installing Lambda code into each and every account. They will learn how to properly nest lambdas so as to not create difficult support problems.