nordcloud/lambda-wrapper

Option for handler function name

johncmckim opened this issue · 3 comments

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?

I can submit a PR if you like the idea.

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.

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