File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 11[ ![ serverless] ( http://public.serverless.com/badges/v3.svg )] ( http://www.serverless.com )
22
33# aws-node-elasticache-redis
4- > A set of serverless functions using elasticache (redis)
4+ > A set of serverless functions using elasticache (redis) within VPC
55
66---
77
@@ -17,7 +17,11 @@ npm install
1717export REGION='your-desired-aws-region' eg: 'ap-south-1'
1818```
1919
20- 2 . Deploy using sls deploy
20+ > 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*
2125```
2226sls deploy --stage <any stage> --region <your region>
2327```
You can’t perform that action at this time.
0 commit comments