Skip to content

Commit

Permalink
Update README to reflect that deploy.env needs the use of the configFile
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotla committed Sep 18, 2015
1 parent 5502b02 commit aad9d23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ $ node-lambda deploy --help
```

## Custom Environment Variables
AWS Lambda doesn't let you set environment variables for your function, but in many cases you will need to configure your function with secure values that you don't want to check into version control. Use the sample `deploy.env` file to set environment variables that will be prepended to your compiled Lambda function before it gets uploaded to S3. For example, a DB connection string or encryption key.

AWS Lambda doesn't let you set environment variables for your function, but in many cases you will need to configure your function with secure values that you don't want to check into version control. Use the sample `deploy.env` file in combination with the `--configFile` flag to set environment variables that will be prepended to your compiled Lambda function before it gets uploaded to S3. For example, a DB connection string or encryption key.

## Other AWS Lambda Tools Projects

Expand Down

0 comments on commit aad9d23

Please sign in to comment.