Skip to content

Commit 2a50d37

Browse files
committed
updated ReadMe
1 parent 1d3dd62 commit 2a50d37

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
1717
export 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
```
2226
sls deploy --stage <any stage> --region <your region>
2327
```

0 commit comments

Comments
 (0)