Tag: aws-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.