Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include nx-serverless template #268

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -30,6 +30,7 @@ A curated list of awesome services, solutions and resources for serverless / nob
- [SMS sending](#sms-sending)
- [Push notifications](#push-notifications)
- [Databases](#databases)
- [Templates/Boilerplates](#templates)
- [Others](#others)
- [Related articles](#related-articles)
- [Books](#books)
@@ -316,6 +317,10 @@ A curated list of awesome services, solutions and resources for serverless / nob
* [Lambda Store](https://lambda.store/) - Pay-as-you-go Redis-compatible data storage.
* [Deta Base](https://deta.sh) - A super easy to use production-grade NoSQL database.that supports complex queries and search.

## Templates

* [nx-serverless](https://github.com/sudokar/nx-serverless) - A monorepo style template project for serverless framework using [Nx](https://nx.dev)

## Others

* [Azure Function Library](http://functionlibrary.azurewebsites.net) - An open source set of common use cases for Azure Functions that are ready to deploy!