Skip to content
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

Make Variable Updates Optional or Secure #163

Open
danielshiplett opened this issue Aug 16, 2018 · 0 comments
Open

Make Variable Updates Optional or Secure #163

danielshiplett opened this issue Aug 16, 2018 · 0 comments
Assignees

Comments

@danielshiplett
Copy link

Currently, when you already have your Lambda deployed, and you re-upload it with lambda-uploader, it will replace all environment variables with whatever is configured in the lambda.json file or specified with the --variables option. If neither are specified, it will remove all environment variables from the Lambda.

Could you add an option like --no-variables to avoid any variable update/delete? Or if this feature already exists and I'm just not seeing it, please provide documentation.

One other option, that actually solves my use case, is to allow an 'variables-file' field in the JSON that pulls the desired variables from another file location. This is specifically to allow me to specify secure variables that I want to avoid checking into Git. Again, if this feature already exists and I'm just missing it, please document.

Python: 2.7.15
lambda-uploader: 1.3.0

@jarosser06 jarosser06 self-assigned this Oct 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants