Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rikardfahlstrom/pypadler
PyPadler will help you to get notified by SMS when a padel slot is available at desired facility and time range.
https://github.com/rikardfahlstrom/pypadler
46elks padel serverless serverless-framework
Last synced: 5 days ago
JSON representation
PyPadler will help you to get notified by SMS when a padel slot is available at desired facility and time range.
- Host: GitHub
- URL: https://github.com/rikardfahlstrom/pypadler
- Owner: RikardFahlstrom
- Created: 2020-11-22T10:03:23.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-07T18:57:32.000Z (over 3 years ago)
- Last Synced: 2023-03-05T14:50:41.577Z (over 1 year ago)
- Topics: 46elks, padel, serverless, serverless-framework
- Language: Python
- Homepage:
- Size: 234 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyPadler :tennis:
[![serverless](http://public.serverless.com/badges/v3.svg)](http://www.serverless.com)
PyPadler will help you to get notified by sms when a padel slot is available
at desired facility and time range.## Deploy
Follow instructions [here](https://github.com/serverless/serverless/blob/master/README.md) 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](https://github.com/UnitedIncome/serverless-python-requirements/issues/556#issuecomment-728226895).### Useful commands
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 `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](https://www.serverless.com/framework/docs/providers/aws/cli-reference/deploy-function/)):
`serverless deploy function --function hello --stage dev --region eu-west-3`