AWS Lambda Environment Variables Python

import os
region = os.environ['AWS_REGION']  # Region environment variable
ZakStar In a Wormhole