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
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ Unless you're looking to use an [existing table or customize each attribute](#dy
105
105
106
106
Note that `fn_qualified_name` means the [qualified name for classes and functions](https://peps.python.org/pep-3155/){target="_blank" rel="nofollow"} defined in PEP-3155.
107
107
108
-
##### IaC examples
108
+
##### DynamoDB IaC examples
109
109
110
110
=== "AWS Serverless Application Model (SAM) example"
111
111
@@ -134,9 +134,9 @@ Note that `fn_qualified_name` means the [qualified name for classes and function
134
134
135
135
#### Redis cluster
136
136
137
-
**TODO**: Experiment bringing upfront Redis even at the cost of readability, as setup and usage are disconnected today causing further harm.
137
+
We recommend you start with a Redis compatible management services such as [Amazon ElastiCache for Redis](https://aws.amazon.com/elasticache/redis/){target="_blank"} or [Amazon MemoryDB for Redis](https://aws.amazon.com/memorydb/){target="_blank"}.
138
138
139
-
##### Constraints
139
+
In both services and self-hosting Redis, you'll need to configure [VPC access](https://docs.aws.amazon.com/lambda/latest/dg/configuration-vpc.html){target="_blank"} to your AWS Lambda.
140
140
141
141
##### Redis IaC examples
142
142
@@ -356,7 +356,7 @@ By default, we protect against [concurrent executions](#handling-concurrent-exec
356
356
357
357
To prevent extended failures, use **`register_lambda_context`** function from your idempotency config to calculate and include the remaining invocation time in your idempotency record.
0 commit comments