stashimi / serverless

Inofficial fork of the Serverless Framework with the intent of keeping backward compatibility to the 0.5.x release while adding new features and bug fixes
http://www.serverless.com
Other
0 stars 0 forks source link

Support new native AWS Lambda environment variables #5

Closed HyperBrain closed 7 years ago

HyperBrain commented 7 years ago

AWS now supports native environment variables for Lambda functions that also can be set or shown within the AWS console.

SLS 0.6.x should support them instead of generating a custom wrapper that injects them into the process.

The advantage of the native variables is, that they are encrypted with KMS and changable in the console (at least for $LATEST).