Skip to content

devonChurch/sausage-sizzle

Repository files navigation

Sausage Sizzle

code style: prettier

Commitizen friendly

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.

Installation

  • Clone this repository

    git clone https://github.com/devonChurch/sausage-sizzle.git
    
  • Install project dependancies

    npm install
    
  • Initialise Local Infrastructure

    • 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