We can set up Environment Variables in aws-lambda for example via AWS SAM:
Environment:
Variables:
TABLE_NAME: !Ref Table
How can I get this variables from current lambda via Node JS AWS-SDK?
question from:https://stackoverflow.com/questions/48491694/how-get-environment-variables-from-lambda-nodejs-aws-sdk