Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.37 KB

README.md

File metadata and controls

40 lines (33 loc) · 1.37 KB

templates

This repository contains the templates that I reference in my book:

Architectural Patterns for Serverless Systems

Seeding from templates

  1. Copy a given template folder
  2. Replace text "my" with your system name prefix
  3. Replace text "template" with your subsystem name prefix
  4. Replace text "thing" and "Thing" with an appropriate domain entity name
  5. Uncomment need yaml fragments
  6. Delete unneeded files

Scripts

  • npm ci
  • npm test
  • npm run test:sls
  • npm run test:int
  • npm run dp:np:w
  • npm run dp:np:e
  • npm run dp:prd:w
  • npm run dp:prd:e

Developer Setup

  1. Install:
  2. Setup credentials locally

References