Skip to content

Commit b11e7c6

Browse files
committed
docs
1 parent a6156d6 commit b11e7c6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • lambda-elastic-ip-no-nat-gateway-cdk

lambda-elastic-ip-no-nat-gateway-cdk/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ app.synth();
6767
```
6868
6. Note: The AWS CDK deployment process will output the DynamoDB table name, the API endpoint, and the IoT Core Topic name used for testing this project
6969

70+
71+
## Use Case
72+
You have a lambda function that requires internet access to make api calls to 3rd party vendors but you need a dedicated IP to be whitelisted by the 3rd party vendors.
7073
## How it works
7174

7275
This pattern allows you to assign your lambda function a static public IP address that you can use to interact with APIs that require whitelisted IPs without the need to provision a NAT Gateway. Therefore, this pattern will save almost **$33/month** in NAT Gateway costs.

0 commit comments

Comments
 (0)