inngest / inngest-py

Python SDK for Inngest: Durable functions and workflows in Python, hosted anywhere
https://www.inngest.com/docs/reference/python
Apache License 2.0
27 stars 6 forks source link

Add DigitalOcean Functions #76

Closed suledev closed 4 months ago

suledev commented 5 months ago

It would be great to be able to use the SDK with DigitalOcean functions.

goodoldneon commented 4 months ago

We'll work on this soon!

goodoldneon commented 4 months ago

We added DigitalOcean Function support in version 0.3.13. This release also includes a development-only DigitalOceanSimulator class that allows you to test your code locally against the Inngest Dev Server.

We'll update our docs to include DigitalOcean soon