Environment variables are one way to provide parameters to a Lambda function. Accessing these variables is the same as retrieving your Shell environment variables via the function os.environ
in Python.
MY_S3_BUCKET
, in the Value field add the name of the S3 bucket that was created during the very first step.