nordcloud / lambda-wrapper

Wrapper for running lambda modules locally during development
MIT License
30 stars 17 forks source link

Option for handler function name #4

Closed johncmckim closed 8 years ago

johncmckim commented 8 years ago

The library assumes that there the lambda function is named handler. However, the handler is configurable and therefore may be under a different name.

Is it possible to add an option to allow users to specify the name of the function?

johncmckim commented 8 years ago

I can submit a PR if you like the idea.

mpuittinen commented 8 years ago

That's a good idea, please submit a PR.

Cheers,

Mikael

John McKim notifications@github.com kirjoitti 11.7.2016 kello 0.11:

I can submit a PR if you like the idea.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

johncmckim commented 8 years ago

@mpuittinen I've submitted a PR any chance you could have a look at it?