ajmath / serverless-offline-scheduler

MIT License
96 stars 40 forks source link

Python support? #18

Closed cpvandehey closed 4 years ago

cpvandehey commented 5 years ago

Ideally it would be possible to invoke python handlers

ajmath commented 5 years ago

Python handlers aren't currently supported. I'm would be happy to accept a PR that adds this.

On Mon, Nov 26, 2018 at 12:16 PM Chad notifications@github.com wrote:

Is it possible to invoke python handlers instead of strictly js handlers?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ajmath/serverless-offline-scheduler/issues/18, or mute the thread https://github.com/notifications/unsubscribe-auth/AAQRtzXXM-uNGDmP4N7gfWD59bEvk15Aks5uzCGUgaJpZM4Yzd9M .

ajmath commented 4 years ago

This should be working as expected now that the launching of the functions is handled via shelling out to sls invoke local ...