The AWS has introduced Environment variables for accessing in the Lambda function. I could not find any documentation which shows how to access the environment variables fro
you can get them with:
System.getenv("NAME_OF_YOUR_ENV_VARIABLE")