Skip to content

fix unquoted environment string - #106

Merged
DeviaVir merged 1 commit into
motdotla:masterfrom
asmt3:fix-env-quotes
May 20, 2016
Merged

fix unquoted environment string#106
DeviaVir merged 1 commit into
motdotla:masterfrom
asmt3:fix-env-quotes

Conversation

@asmt3

@asmt3 asmt3 commented May 20, 2016

Copy link
Copy Markdown
Contributor

A recent change caused the environment string to be prepended to the handler script without quote marks. So if .env (or whatever configFile) has AWS_ENVIRONMENT=production, a lambda function would fail at compilation stage. Essentially AWS_ENVIRONMENT was being treated differently from other .env settings.

@asmt3

asmt3 commented May 20, 2016

Copy link
Copy Markdown
Contributor Author

fixes #105

@DeviaVir

Copy link
Copy Markdown
Collaborator

+1

@DeviaVir
DeviaVir merged commit 37a0c5b into motdotla:master May 20, 2016
@DeviaVir DeviaVir mentioned this pull request May 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants