From c3d3133ae443cb8baf2d420cb6b7ad6ae1e91849 Mon Sep 17 00:00:00 2001 From: Ron Meldiner Date: Thu, 18 May 2017 22:11:19 -0700 Subject: [PATCH] Add TypeScript and Jest example project --- community-examples.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/community-examples.json b/community-examples.json index 29a8fed5f..6522b4c6f 100644 --- a/community-examples.json +++ b/community-examples.json @@ -227,5 +227,10 @@ "name": "Serverless ES6/7 CRUD API", "description": "[Serverless Stack](http://serverless-stack.com) examples of backend CRUD APIs (DynamoDB + Lambda + API Gateway + Cognito User Pool authorizer) for [React.js single-page app](http://demo.serverless-stack.com)", "githubUrl": "https://github.com/AnomalyInnovations/serverless-stack-demo-api" + }, + { + "name": "Hello Lambda w/ TypeScript and Jest", + "description": "An AWS Lambda serverless hello world project using TypecScript, Jest and serverless offline", + "githubUrl": "https://github.com/meldiner/hello-lambda" } ]