Skip to content

Commit d692e4f

Browse files
authored
Update example-pattern.json
1 parent 0a5afca commit d692e4f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

lambda-elasticache-integrationpattern-cdk/example-pattern.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"introBox": {
88
"headline": "How it works",
99
"text": [
10-
"Customers may want to connect to ElastiCache from their core lambda function for use cases that involve fast read-write operations and improve latency of applications.",
11-
"In application like Leader board, Queue/wait-list , API rate limiting & Quota management, etc. that are built on Serverless platform , the core computing lambda function would integrate with a either Redis or Memcache on Amazon ElastiCache.",
12-
" This documentation provides a quick start guide to launch Redis cluster in Amazon ElastiCache in a defined VPC and creates a lambda function that read writes from the Cache.",
13-
"Customers can further modify the code in lambda function as per their requirements. You can configure Memcached by modifying the cdk config and change lambda code appropriately."
10+
"Users may want to connect to ElastiCache from their core Lambda function for use cases that involve fast read-write operations and improve latency of applications.",
11+
"In an application like a leader board, queue/wait-list , API rate limiting & quota management, etc. that are built on Serverless platform , the core computing Lambda function would integrate with a either Redis or Memcache on Amazon ElastiCache.",
12+
"This pattern provides a quick start guide to launch a Redis cluster in Amazon ElastiCache in a defined VPC and creates a Lambda function that read writes from that cache.",
13+
"Users can further modify the code in the Lambda function as per their requirements. You can configure Memcached by modifying the cdk config and change Lambda code appropriately."
1414
]
1515
},
1616
"gitHub": {
@@ -48,7 +48,7 @@
4848
},
4949
"testing": {
5050
"text": [
51-
"See the Readme.md file of Github repo for detailed testing instructions."
51+
"See the README.md file of GitHub repo for detailed testing instructions."
5252
]
5353
},
5454
"cleanup": {

0 commit comments

Comments
 (0)