Tag: aws-lambda

AWS client not reused in a Lambda function

Recreating AWS clients in each Lambda function invocation is expensive.

Synchronous publication of AWS Lambda metrics

Synchronous publication of AWS Lambda metrics is inefficient.

Override of reserved variable names in a Lambda function

Overriding environment variables that are reserved by AWS Lambda might lead to unexpected behavior.