We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d3dd62 commit 2a50d37Copy full SHA for 2a50d37
README.md
@@ -1,7 +1,7 @@
1
[](http://www.serverless.com)
2
3
# aws-node-elasticache-redis
4
-> A set of serverless functions using elasticache (redis)
+> A set of serverless functions using elasticache (redis) within VPC
5
6
---
7
@@ -17,7 +17,11 @@ npm install
17
export REGION='your-desired-aws-region' eg: 'ap-south-1'
18
```
19
20
-2. Deploy using sls deploy
+> Comment from line number 17 to 24. Else you'll get an error, since serverless tires to fetch those resources which are not been present yet.
21
+
22
+> Once you run `sls deploy`, then uncomment those lines and run `sls deploy` once again.
23
24
+*Deploy using sls deploy*
25
26
sls deploy --stage <any stage> --region <your region>
27
0 commit comments