top | item 38011912

(no title)

indiv0 | 2 years ago

Where is the state for the side effects stored? Say I have an AWS Lambda that I want to make idempotent. Lambdas don’t have local storage that persists across runs (unless you mount EBS volumes or something) so I presume state can be stored in a DB?

discuss

order

dogleash|2 years ago

> Where is the state for the side effects stored?

That's what you'll be paying for when they release the product.