PyPadler will help you to get notified by sms when a padel slot is available
at desired facility and time range.
Follow instructions here to install the Serverless Framework.
I needed to deactivate Docker feature Use gRPC FUSE for file sharing in order do deploy. More info about the issue here.
Check if NPM is installed by
npm --version
List installed node packages
npm list --depth=0
Check if Node is installed by
node -v
Make sure all Serverless plugins listed in the "plugins" section of the yml-file is installed.
serverless plugin install --name <pluginName>
Deploy your function by:
serverless deploy --region eu-west-3
Invoke your function with logging data:
serverless invoke --region eu-west-3 -f hello --log
Deploy changes to running function instead of re-deploying entire app (cli docs):
serverless deploy function --function hello --stage dev --region eu-west-3