serverless / event-gateway-sdk

Event Gateway JavaScript SDK
MIT License
44 stars 11 forks source link

Python sdk support #30

Open sachaarbonel opened 6 years ago

sachaarbonel commented 6 years ago

Hi, great project ! Is it possible to write serverless functions in python, with Event gateway plugin out of the box? And will you eventually plan to create a python sdk ? I can help.

mthenw commented 6 years ago

cc @alexdebrie

alexdebrie commented 6 years ago

Hey @Sach97, thanks for reaching out!

Currently, you can write Serverless functions in Python and they'll work with the Event Gateway.

We don't currently have a Python SDK for emitting custom events in your application logic, but we'd love some help on one!