Tag: aws-lambda

AWS Lambda client not reused

Reuse AWS clients in Lambda.

AWS client not reused in a Lambda function

Recreating AWS clients in each Lambda function invocation is expensive.

Override of reserved variable names in a Lambda function

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

Synchronous publication of AWS Lambda metrics

Synchronous publication of AWS Lambda metrics is inefficient.