Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 341 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (13 loc) · 341 Bytes

Contributing

Cloud

Deployment

If everything is properly set up, we should be able to deploy lambda functions by running the commands below:

$ nvm use 14
$ npm run build
$ npm run deploy -- --stage production

We can remove an already deployed lambda function:

$ npm run deploy:remove -- --stage production