A tool to check the stock of a product.
brew install nodenv
nodenv install -l
nodenv install 15.1.0
nodenv global 15.1.0
nodenv versions
node -v
npm install -g serverless
serverless -v
Required to perform serverless invoke local
.
This application uses Slack for notifications, so you need a webhook URL.
make setup
Rewrite webhook_url
in slack.yml.
make local
Make sure the docker is running.
brew install awscli
aws configure
make deploy
It will be run periodically at the interval specified in the rate
in serverless.yml
.
Note that the first one will not run immediately and will run after a specified rate
.