Operations | Monitoring | ITSM | DevOps | Cloud

Latest Videos

Webinar: Debugging AWS Lambda Timeouts with Yan Cui

When a Lambda function times out, it’s one of the trickier problems to debug, especially if the function performs multiple IO calls. What was it doing when it timed out? And how do I identify these timeout errors quickly when Lambda lumps them together with other unhandled exceptions? In this webinar, we will show you how to identify and debug timeout errors, and strategies for mitigating timeouts and degraded performance more gracefully when there are underlying issues.

Webinar: Debugging Lambda Performance Issues

One of the most common performance issues in serverless architectures, and specifically, AWS Lambda, is elevated latencies from external services, such as DynamoDB, ElasticSearch, or Stripe. In this webinar, we will focus on how to monitor, detect, and fix latency issues that arise when our Lambda functions need to talk to other services. Some of the topics we will cover include: