-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Lambda native env vars #549
Conversation
This looks good, but it doesn't seem connected the the CLI yet - should I expect that in addition this commit? |
@Miserlou Zappa settings already includes environment_variables in Not sure if that's what you mean |
Ah, so the problem there is that it's a conflict with the existing environment variables, which should be explicitly separated. Please move these environment variables to the vendor-prefixed |
Also, the really interesting thing about AWS env vars is the use of KMS. Does this PR address that? |
@Miserlou could we close this since its merged? |
Already merged. |
Description
Add AWS Lambda native environment variables
Related to: #501