From 52cf3c549575e9f53892514ab464e93d5ed0e64a Mon Sep 17 00:00:00 2001 From: Visakhsebastian <37535440+Visakhsebastian@users.noreply.github.com> Date: Tue, 30 Oct 2018 22:11:36 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9e749b..322b171 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This will be a guide+boilerplate on getting started on with Serverless + MySQL with Sequelize (ORM for NodeJS) Get yourself a serverless REST API up with connected to a MySQL server in a few minutes on NodeJS. - +# i edited it # Whats Included C- Create Documents From 856957836c4d7ea2c17458c61840abbefd1211dd Mon Sep 17 00:00:00 2001 From: Visakhsebastian <37535440+Visakhsebastian@users.noreply.github.com> Date: Tue, 30 Oct 2018 22:13:26 +0530 Subject: [PATCH 2/2] Update handler.js --- handler.js | 1 + 1 file changed, 1 insertion(+) diff --git a/handler.js b/handler.js index 144cab8..42c7674 100644 --- a/handler.js +++ b/handler.js @@ -4,3 +4,4 @@ var team = require("./ops/team"); module.exports.teamsAll = (event, context, callback) => { team.getAll(event, context, callback); }; +#i lovegit