You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically there is no way we're going to get around this.
I've tried exporting the keys with totally different identifiers, and they get scrubbed by AWS!!
We already have a means of packaging an
.env
file with environment variables that works well.AWS Recently introduced support for Environment Variables for Lambda Functions:
http://docs.aws.amazon.com/lambda/latest/dg/env_variables.html
which appear to be supported in the JavaScriptSDK: http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/Lambda.html
Should we update our deployment to use set them?
The text was updated successfully, but these errors were encountered: