Skip to content

Commit

Permalink
Merge pull request serverless#222 from ittus/vpc_nat_example
Browse files Browse the repository at this point in the history
Add AWS VPC NAT example
  • Loading branch information
christophgysin authored Dec 22, 2017
2 parents 78e1419 + 4ca77d2 commit 859c2e4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ serverless install -u https://github.com/author/project -n my-project
| **[Open Bot](https://github.com/open-bot/open-bot)** <br/> An unoptionated Github bot driven by a configuration file in the repository | [open-bot](http://github.com/open-bot) |
| **[React & Stripe Serverless Ecommerce](https://github.com/patrick-michelberger/serverless-shop)** <br/> Serverless E-Commerce App with AWS Lambda, Stripe and React | [patrick-michelberger](http://github.com/patrick-michelberger) |
| **[Sqs Worker With Aws Lambda And Cloudwatch Alarms](https://github.com/sbstjn/sqs-worker-serverless)** <br/> Process messages stored in SQS with an [auto-scaled AWS Lambda worker](https://sbstjn.com/serverless-sqs-worker-with-aws-lambda.html) function. | [sbstjn](http://github.com/sbstjn) |
| **[Serverless + Lambda + Vpc + Nat + Redis](https://github.com/ittus/aws-lambda-vpc-nat-examples)** <br/> Demo using API Gateway and Lambda with VPC and NAT to access Internet and AWS Resource | [ittus](http://github.com/ittus) |
| **[Serverless Analytics](https://github.com/sbstjn/serverless-analytics)** <br/> Write your own Google Analytics clone and track website visitors serverless with API Gateway, Kinesis, Lambda, and DynamoDB. | [sbstjn](http://github.com/sbstjn) |
| **[Serverless Es6/7 Crud Api](https://github.com/AnomalyInnovations/serverless-stack-demo-api)** <br/> [Serverless Stack](http://serverless-stack.com) examples of backend CRUD APIs (DynamoDB + Lambda + API Gateway + Cognito User Pool authorizer) for [React.js single-page app](http://demo.serverless-stack.com) | [AnomalyInnovations](http://github.com/AnomalyInnovations) |
| **[Serverless Reactjs Universal Rendering Boilerplate](https://github.com/TylorShin/react-universal-in-serverless)** <br/> ReactJS web app Starter kit does universal (isomorphic) rendering with Serverless | [TylorShin](http://github.com/TylorShin) |
Expand Down
7 changes: 6 additions & 1 deletion community-examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
"description": "Use [Amazon Kinesis Analytics](https://aws.amazon.com/kinesis/analytics/) to fan-out your Kinesis Streams and avoid read throttling.",
"githubUrl": "https://github.com/alexcasalboni/kinesis-streams-fan-out-kinesis-analytics"
},
{
{
"name": "grants-api-serverless",
"description": "ES6 API to consume data from an external API, ingest into Elasticsearch and return a queryable endpoint on top of Elasticsearch",
"githubUrl": "https://github.com/comicrelief/grants-api-serverless"
Expand Down Expand Up @@ -307,5 +307,10 @@
"name": "serverless + lambda protobuf responses",
"description": "Demo using API Gateway and Lambda with Protocol Buffer",
"githubUrl": "https://github.com/theburningmonk/lambda-protobuf-demo"
},
{
"name": "Serverless + lambda + vpc + nat + redis",
"description": "Demo using API Gateway and Lambda with VPC and NAT to access Internet and AWS Resource",
"githubUrl": "https://github.com/ittus/aws-lambda-vpc-nat-examples"
}
]

0 comments on commit 859c2e4

Please sign in to comment.