Closed zkanda closed 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"}'
This looks good. Can you squash it into a single commit though.
@jarosser06 done
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: