Skip to content

brokalys/sls-api

Repository files navigation

Serverless API

Build status codecov code style: prettier

Requirements

  • Node
  • Yarn

Installation

yarn install

Development

Start a local development server.

yarn start

Deployment

Deployment is taken care by Github Actions. If, for some odd reason, it's required to deploy manually, it can be achieved by running the following command.

serverless create_domain # do this only for initial deployment
yarn deploy