You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/utilities/idempotency.md
+14-7
Original file line number
Diff line number
Diff line change
@@ -30,19 +30,26 @@ times with the same parameters**. This makes idempotent operations safe to retry
30
30
31
31
### Required resources
32
32
33
-
Before getting started, you need to create a persistent storage layer where the idempotency utility can store its
34
-
state - your lambda functions will need read and write access to it.
33
+
Before getting started, you need to create a persistent storage layer where the idempotency utility can store its state - your lambda functions will need read and write access to it.
35
34
36
35
As of now, Amazon DynamoDB is the only supported persistent storage layer, so you'll need to create a table first.
37
36
38
-
> Example using AWS Serverless Application Model (SAM)
37
+
**Default table configuration**
38
+
39
+
If you're not [changing the default configuration for the DynamoDB persistence layer](#dynamodbpersistencelayer), this is the expected default configuration:
0 commit comments