Skip to content

Commit a30bd66

Browse files
committed
added NAT Gateway warning to README. updated serverless-offline and serverless-webpack modules
1 parent 2454dcd commit a30bd66

File tree

3 files changed

+1623
-7072
lines changed

3 files changed

+1623
-7072
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ export REGION='your-desired-aws-region' eg: 'ap-south-1'
2727
sls deploy
2828
```
2929

30+
### Warning
31+
> NAT Gateway is included in CF template, but it's not included in AWS Free Tier. You will be charged for using NAT Gateway.
32+
33+
Instead of using NAT Gateway you can use NAT Instance. A NAT Instance allows you to use ec2 instance with NAT image provided by AWS. [Check out docs](https://docs.aws.amazon.com/vpc/latest/userguide/VPC_NAT_Instance.html#basics).
34+
35+
3036
### Folder Structure
3137

3238
> functions -- contains all business logic required for a function

0 commit comments

Comments
 (0)