Skip to content

Commit c6b1163

Browse files
authored
Merge pull request #673 from fargito/add-monorepo-microservices-template
2 parents d2daea2 + 79b3ae6 commit c6b1163

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ serverless install -u https://github.com/author/project -n my-project
189189
| **[Http Headers Checks](https://github.com/authdog/http-headers-check)** <br/> Serverless Application to check integrity of the headers of a given HTTP server | [authdog](http://github.com/authdog) |
190190
| **[Json Serverless](https://github.com/pharindoko/json-serverless)** <br/> 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) |
191191
| **[Lambda Pubsub Via Sns Example](https://github.com/didil/serverless-lambda-sns-example)** <br/> Example illustrating the flow: Lambda (publisher) => SNS => Lambda (consumer) | [didil](http://github.com/didil) |
192+
| **[Monorepo Typescript microservices](https://github.com/fargito/serverless-monorepo-microservices-template)** <br/> An opinionated Serverless template with several Typescript microservices in a monorepo | [fargito](http://github.com/fargito) |
192193
| **[Nietzsche](https://github.com/rpidanny/Nietzsche)** <br/> 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) |
193194
| **[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) |
194195
| **[Personal Access Tokens Cron Check](https://github.com/madtrick/cfpat-audit)** <br/> 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) |

community-examples.json

+5
Original file line numberDiff line numberDiff line change
@@ -556,5 +556,10 @@
556556
"name": "File uploads using S3 presigned URLs",
557557
"description": "A Serverless photo upload service with API Gateway, S3 presigned URLs and Lambda.",
558558
"githubUrl": "https://github.com/marchetti2/aws-node-serverless-upload-presigned-url"
559+
},
560+
{
561+
"name": "Monorepo Typescript microservices",
562+
"description": "An opinionated Serverless template with several Typescript microservices in a monorepo",
563+
"githubUrl": "https://github.com/fargito/serverless-monorepo-microservices-template"
559564
}
560565
]

0 commit comments

Comments
 (0)