Tim-B / grunt-aws-lambda

A grunt plugin to assist in developing functions for AWS Lambda.
MIT License
247 stars 100 forks source link

Support environment variables #97

Open teddynewell opened 7 years ago

teddynewell commented 7 years ago

To upload environment variables attached to AWS Lambda functions (as described in the version 2.7.5+ documentation), could we add an environmentVariables option that accepts a string map?

Pull request: #96