Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days 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 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T00:32:25.000Z (almost 2 years ago)
- Last Synced: 2024-10-16T03:21:07.363Z (28 days ago)
- Topics: architecture, aws, elasticahe, gateway, igw, internet, lambda, nat, redis, serverless, serverless-framework, subnet, vpc
- Language: JavaScript
- Size: 567 KB
- Stars: 119
- Watchers: 6
- Forks: 25
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Serverless VPC example with Internet access
[![Serverless](http://public.serverless.com/badges/v3.svg)](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
![Architecture](/images/vpc_demo.png)## Setup
```bash
yarn install
yarn dev
```## Deploy
```bash
yarn deploy
```## Contributing
Contributors and PRs are always welcome!