Lambdas

Lambdas

How To Access Environment Variables For AWS Lambda

How To Access Environment Variables For AWS Lambda

Introduction We will go over How To Access Environment Variables For AWS Lambda. Did you know that there’s two easy ways to do this? We will break down this in the following sections: How to access/list all AWS environment variables from Python How to set new AWS environment variables from Python How to edit existing …

How To Access Environment Variables For AWS Lambda Read More »

How To Detect If I am Running In AWS Lambda Environment

How To Detect If I am Running In AWS Lambda Environment

Introduction We will go over How To Detect If I am Running In AWS Lambda Environment. Did you know that detecting the AWS environment can allow you to test your lambda locally in the same code? I will break this review in the following sections: Talk about the general techniques to detect an AWS environment …

How To Detect If I am Running In AWS Lambda Environment Read More »