Skip to content

Commit d597740

Browse files
committed
docs: add note on reusing a single table for idempotency state
1 parent 92beb07 commit d597740

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/utilities/idempotency.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ As of now, Amazon DynamoDB is the only supported persistent storage layer, so yo
3939
4040
=== "template.yml"
4141

42+
!!! tip "You can share a single state table for all functions"
43+
> New in 1.12.0
44+
45+
You can reuse the same DynamoDB table to store idempotency state. We add your function_name in addition to the idempotency key as a hash key.
46+
4247
```yaml hl_lines="5-13 21-23"
4348
Resources:
4449
IdempotencyTable:

0 commit comments

Comments
 (0)