Replies: 1 comment
-
|
aws durable lambda functions were announced recently and allow workflows that can pause and resume. for zappa integration, there are a few considerations:
the challenge is zappa is primarily a deployment tool for wsgi/asgi apps. orchestration features like durable functions would need significant architecture changes. what specific use case do you need durability for? there might be a simpler solution depending on your requirements. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I know it was just announced, but are there plans to add in Zappa support for durable functions?
Beta Was this translation helpful? Give feedback.
All reactions