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 1
1
[ ![ serverless] ( http://public.serverless.com/badges/v3.svg )] ( http://www.serverless.com )
2
2
3
3
# aws-node-elasticache-redis
4
- > A set of serverless functions using elasticache (redis)
4
+ > A set of serverless functions using elasticache (redis) within VPC
5
5
6
6
---
7
7
@@ -17,7 +17,11 @@ npm install
17
17
export REGION='your-desired-aws-region' eg: 'ap-south-1'
18
18
```
19
19
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*
21
25
```
22
26
sls deploy --stage <any stage> --region <your region>
23
27
```
You can’t perform that action at this time.
0 commit comments