diff --git a/README.md b/README.md index c1a624cb7..a87b5fe99 100644 --- a/README.md +++ b/README.md @@ -199,6 +199,7 @@ serverless install -u https://github.com/author/project -n my-project | **[Run Your Kubernetes Workloads On Amazon Ec2 Spot Instances With Amazon Eks And Lambda Part 2](https://github.com/andreivmaksimov/aws-eks-spot-instances-serverless-framework-demo/tree/part2)**
From this article you'll learn how to configure AWS Lambda functions to allow them manage your EKS Kubernetes cluster and run triggered jobs | [andreivmaksimov](http://github.com/andreivmaksimov) | | **[Sqs Worker With Aws Lambda And Cloudwatch Alarms](https://github.com/sbstjn/sqs-worker-serverless)**
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)**
Demo using API Gateway and Lambda with VPC and NAT to access Internet and AWS Resource | [ittus](http://github.com/ittus) | +| **[Serverless Aws Node Notifications](https://github.com/trycourier/aws-node-notifications)**
This template demonstrates how to make a simple HTTP API Endpoint with Node.js running on AWS Lambda and API Gateway using the Serverless Framework to send notifications using Courier. | [trycourier](http://github.com/trycourier) | | **[Serverless Analytics](https://github.com/sbstjn/serverless-analytics)**
Write your own Google Analytics clone and track website visitors serverless with API Gateway, Kinesis, Lambda, and DynamoDB. | [sbstjn](http://github.com/sbstjn) | | **[Serverless Appsync Offline Typescript With Circleci](https://github.com/daisuke-awaji/serverless-appsync-offline-typescript-template)**
A Serverless Framework template that allows you to launch an AppSync emulator locally and proceed with development. Lambda Function build by TypeScript/Webpack. | [daisuke-awaji](http://github.com/daisuke-awaji) | | **[Serverless Architecture Boilerplate](https://github.com/msfidelis/serverless-architecture-boilerplate)**
Boilerplate to organize and deploy big projects using Serverless and CloudFormation on AWS | [msfidelis](http://github.com/msfidelis) | diff --git a/community-examples.json b/community-examples.json index 228e535dd..3ad3b1d3c 100644 --- a/community-examples.json +++ b/community-examples.json @@ -561,5 +561,10 @@ "name": "Monorepo Typescript microservices", "description": "An opinionated Serverless template with several Typescript microservices in a monorepo", "githubUrl": "https://github.com/fargito/serverless-monorepo-microservices-template" + }, + { + "name": "Serverless AWS Node Notifications", + "description": "This template demonstrates how to make a simple HTTP API Endpoint with Node.js running on AWS Lambda and API Gateway using the Serverless Framework to send notifications using Courier.", + "githubUrl": "https://github.com/trycourier/aws-node-notifications" } ]