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
I'd like to use aws_environment_variables to set some native Lambda environment variables automatically without logging into the AWS console, but I don't want to hard-code any sensitive values to the zappa_settings.json. Ideally, I'd like to use something like "key": "${value}", and then have Zappa substitute value from the current environment on deploy/update. I'm not sure whether this is already supported or whether it really makes sense to add support for this.
The text was updated successfully, but these errors were encountered:
Originally from: Miserlou/Zappa#1982 by gdavoian
I'd like to use
aws_environment_variables
to set some native Lambda environment variables automatically without logging into the AWS console, but I don't want to hard-code any sensitive values to thezappa_settings.json
. Ideally, I'd like to use something like"key": "${value}"
, and then have Zappa substitutevalue
from the current environment on deploy/update. I'm not sure whether this is already supported or whether it really makes sense to add support for this.The text was updated successfully, but these errors were encountered: