-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Labels
Description
Is there an existing issue for this?
- I have searched existing issues, it hasn't been reported yet
Use case description
AWS introduced Durable Lambda Executions, enabling long-running, fault-tolerant workflows without custom chaining, self-invocation, or continuation persistence (announcement).
At present, Serverless Framework does not expose DurableConfig on the function definition level, forcing users to patch CloudFormation via resources.extensions to configure durable functions.
Adding first-class support for DurableConfig aligns Serverless with the newest AWS execution model and removes boilerplate.
We're looking for a DurableConfig along these lines:
DurableConfig:
ExecutionTimeout: 14400
RetentionPeriodInDays: 7
AllowInvokeLatest: falseProposed solution (optional)
No response
Reactions are currently unavailable