Tim-B / grunt-aws-lambda

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

delete dead reference to lambda.Configuration #26

Closed mtbdeano closed 9 years ago

mtbdeano commented 9 years ago

this is failing in the current version of things. Looks like var current is unused, can we just delete this line? the .Configuration parameter no longer exists in the javascript API.

mtbdeano commented 9 years ago

whoops didn't properly test this