Skip to content

Commit b1ad23e

Browse files
committed
docs(leandro's feedback): remove ambiguity on Redis VPC connectivity
1 parent ea159c9 commit b1ad23e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/utilities/idempotency.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ Note that `fn_qualified_name` means the [qualified name for classes and function
123123
```terraform hl_lines="14-26 64-70"
124124
--8<-- "examples/idempotency/templates/terraform.tf"
125125
```
126+
`
126127

127128
##### Limitations
128129

@@ -136,7 +137,7 @@ Note that `fn_qualified_name` means the [qualified name for classes and function
136137

137138
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"}.
138139

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+
In both services, you'll need to configure [VPC access](https://docs.aws.amazon.com/lambda/latest/dg/configuration-vpc.html){target="_blank"} to your AWS Lambda.
140141

141142
##### Redis IaC examples
142143

0 commit comments

Comments
 (0)