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" } ]