Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 938 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 938 Bytes

Serverless Building Linker

Build status codecov code style: prettier

Links newly created properties to specific buildings.

Requirements

  • Node
  • Yarn

Installation

yarn install

Development

Run the function locally with local test data.

yarn sls invoke local -f process-vzd-queue -p src/test/process-vzd-queue.json

Deployment

Prod deployment is taken care by Github Actions. Development deployments can be done via the following command:

yarn deploy