rackerlabs / lambda-uploader

Helps package and upload Python lambda functions to AWS
Apache License 2.0
270 stars 56 forks source link

Add --environment shell arg #125

Closed bittlingmayer closed 7 years ago

bittlingmayer commented 7 years ago

Thanks to https://github.com/rackerlabs/lambda-uploader/commit/4f8f3fcc5ca72c01fc4f435a59ea1f93e909988c the environment variable is now supported.

It would be very useful to expose this as a shell arg, so developers could use it to pass keys that they do not wish to store in source code. (In that case it could also good to support declaring them in the config, so that if they are not passed via the shell it fails fast.)

jarosser06 commented 7 years ago

Looks like #124 should solve for this.

jarosser06 commented 7 years ago

Closing since #124 was merged and adds the ability to pass environment variables via the CLI. Feel free to re-open if this does not address the issue.