Skip to content

Serverless function for linking adverts to specific buildings

License

Notifications You must be signed in to change notification settings

brokalys/sls-building-linker

Repository files navigation

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