Tim-B / grunt-aws-lambda

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

S3 upload for function upload, LAMBDA_TASK_ROOT for lambda_invoke task #102

Open toshke opened 7 years ago

toshke commented 7 years ago
  1. Added option to upload code via S3, in case code base is too large - which is case when custom binaries are shipped to lambda usually

  2. LAMBDA_TASK_ROOT environment variable is set when running lambda_invoke task

pbojinov commented 7 years ago

@Tim-B any chance of merging this in? I've been using a forked version with this locally and it works great.