diff --git a/README.md b/README.md index eaeb15980..c1a624cb7 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,7 @@ serverless install -u https://github.com/author/project -n my-project | **[Http Headers Checks](https://github.com/authdog/http-headers-check)**
Serverless Application to check integrity of the headers of a given HTTP server | [authdog](http://github.com/authdog) | | **[Json Serverless](https://github.com/pharindoko/json-serverless)**
A simple & cheap serverless REST API using [json-server](https://github.com/typicode/json-server) in combination with AWS Lambda / S3 and the serverless framework | [pharindoko](http://github.com/pharindoko) | | **[Lambda Pubsub Via Sns Example](https://github.com/didil/serverless-lambda-sns-example)**
Example illustrating the flow: Lambda (publisher) => SNS => Lambda (consumer) | [didil](http://github.com/didil) | +| **[Monorepo Typescript microservices](https://github.com/fargito/serverless-monorepo-microservices-template)**
An opinionated Serverless template with several Typescript microservices in a monorepo | [fargito](http://github.com/fargito) | | **[Nietzsche](https://github.com/rpidanny/Nietzsche)**
A serverless application that fetches quotes from Goodreads and saves it to DynamoDB with example use cases using `Lambda`, `SNS`, `SQS`, `Step Functions`, `DynamoDB`, `API Gateway`, `CloudWatch` | [rpidanny](http://github.com/rpidanny) | | **[Open Bot](https://github.com/open-bot/open-bot)**
An unoptionated Github bot driven by a configuration file in the repository | [open-bot](http://github.com/open-bot) | | **[Personal Access Tokens Cron Check](https://github.com/madtrick/cfpat-audit)**
Audit for leaked PAT in your Contentful organization. How to use serverless as cronjobs to keep your Personal Access Tokens secure | [madtrick](http://github.com/madtrick) | diff --git a/community-examples.json b/community-examples.json index 7dd2f6674..228e535dd 100644 --- a/community-examples.json +++ b/community-examples.json @@ -556,5 +556,10 @@ "name": "File uploads using S3 presigned URLs", "description": "A Serverless photo upload service with API Gateway, S3 presigned URLs and Lambda.", "githubUrl": "https://github.com/marchetti2/aws-node-serverless-upload-presigned-url" + }, + { + "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" } ]