https://github.com/ittus/aws-lambda-vpc-nat-examples
Example of setting up AWS lambda function with VPC and NAT
https://github.com/ittus/aws-lambda-vpc-nat-examples
architecture aws elasticahe gateway igw internet lambda nat redis serverless serverless-framework subnet vpc
Last synced: about 2 months ago
JSON representation
Example of setting up AWS lambda function with VPC and NAT
- Host: GitHub
- URL: https://github.com/ittus/aws-lambda-vpc-nat-examples
- Owner: ittus
- Created: 2017-12-01T10:17:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T00:32:25.000Z (almost 3 years ago)
- Last Synced: 2025-04-14T03:13:47.238Z (6 months ago)
- Topics: architecture, aws, elasticahe, gateway, igw, internet, lambda, nat, redis, serverless, serverless-framework, subnet, vpc
- Language: JavaScript
- Size: 567 KB
- Stars: 119
- Watchers: 5
- Forks: 24
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Serverless VPC example with Internet access
[](http://www.serverless.com/)
Example of setting up AWS lambda function with VPC and NAT, where lambda function can talk to your AWS services and talk to web also
## Architecture
## Setup
```bash
yarn install
yarn dev
```## Deploy
```bash
yarn deploy
```## Contributing
Contributors and PRs are always welcome!