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