rackerlabs / lambda-uploader

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

Added --variables as arguments #124

Closed zkanda closed 7 years ago

zkanda commented 7 years ago

Hello,

We access secrets via environment variables. That means we can't add it to lambda.json, this PR address this issue by passing it as an arguments.

Example:

lambda-uploader --variables='{"test": "test"}'
jarosser06 commented 7 years ago

This looks good. Can you squash it into a single commit though.

zkanda commented 7 years ago

@jarosser06 done