AWS Marketplace

Tag: Lumigo

lambda timeout concept

Using Lumigo to debug AWS Lambda timeouts

Most AWS Lambda functions don’t perform CPU-intensive tasks that take a long time to complete. However, they often have to perform multiple input/output (I/O) operations in a single invocation. An invocation occurs when your application invokes a Lambda function. For example, they fetch data from an Amazon DynamoDB table, talk to third-party APIs such as […]