From c9c47b70add1237f7d1b8bae99b77ecd57f2f14f Mon Sep 17 00:00:00 2001 From: Brandon Morelli Date: Thu, 16 Mar 2017 20:25:24 -0700 Subject: [PATCH] Added Serverless Stack --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1aae4fc..d0eef46 100644 --- a/README.md +++ b/README.md @@ -160,8 +160,10 @@ Oh, and I've still got a lot of bookmarks to go through, so I'll be updating and * [Distance Calculator Web Services API](https://developers.google.com/maps/documentation/distance-matrix/start) --- -### Full Stack +### Full Stack * //Needs work + +* [Serverless Stack](http://serverless-stack.com/) is a comprehensive guide to creating full-stack serverless applications. Create a note taking app from scratch using React.js, AWS Lambda, API Gateway, DynamoDB, and Cognito. * [Intro to Back End Web Development](https://www.udacity.com/course/intro-to-backend--ud171) * [Express - Using a DB with Mongoose](https://developer.mozilla.org/en-US/docs/Learn/Server-side/Express_Nodejs/mongoose) * [Node JS and Databases](https://blog.risingstack.com/node-js-database-tutorial/)