From 922223fcf21d0124adac4d3762a9a763ac36e433 Mon Sep 17 00:00:00 2001 From: AyoubED Date: Wed, 9 Jan 2019 12:55:41 +0000 Subject: [PATCH] Adding Serverless framework, Typescript, GraphQl and Redis database Example --- community-examples.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/community-examples.json b/community-examples.json index 8d0f1b298..0f31822e0 100644 --- a/community-examples.json +++ b/community-examples.json @@ -442,5 +442,10 @@ "name": "Fotopia Serverless", "description": "A photo archive web app including API, storage and face detection using serverless framework", "githubUrl": "https://github.com/mbudm/fotopia-serverless" + }, + { + "name": "Commenting Service", + "description": "An API using Serverless framework, Typescript, GraphQl and Redis database", + "githubUrl": "https://github.com/AyoubEd/serverless_typescript_graphQl_commentingService" } ]