Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!