Tim-B / grunt-aws-lambda

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

Added 'runtime' option #107

Open haylingsailor opened 7 years ago

haylingsailor commented 7 years ago

For people who have existing Lambda functions using the deprecated Node 0.10 runtime, I've added a new 'runtime' option to allow the update of an existing Lambda function to use a different runtime, which for Node functions will usually be "nodejs4.3".