Lambda Function Environment Variables

Lambda Function Environment Variables Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we had added S3 trigger to our lambda function. https://cloudaffaire.com/lambda-function-trigger/ In this blog post, we are going to create modify our existing lambda function and add environment variables. The function will read the bucket name and region information from the environment variable and create an S3 bucket accordingly. We will also use a custom function handler…

Comments Off on Lambda Function Environment Variables