The Micro Service AWS infrastructure for handling requests as part of the Enhance Digital application.
Systems are Developed, Provisioned, and Updated using the Serverless framework
See the main application repository for more information.
-
Clone this repository
git clone https://github.com/devonChurch/sausage-sizzle.git
-
Install project dependancies
npm install
-
-
Create a Webpack build in watch mode
npm run build:develop
-
Initialise Lambdas on a local port using the Serverless Offline plugin
npm run start:serverless:develop
-