https://github.com/yeukfei02/python-serverless
python-serverless
https://github.com/yeukfei02/python-serverless
aws-apigateway aws-lambda dynamodb python serverless
Last synced: about 1 year ago
JSON representation
python-serverless
- Host: GitHub
- URL: https://github.com/yeukfei02/python-serverless
- Owner: yeukfei02
- License: mit
- Created: 2021-01-30T08:12:42.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T17:35:08.000Z (over 2 years ago)
- Last Synced: 2025-01-11T01:27:32.534Z (over 1 year ago)
- Topics: aws-apigateway, aws-lambda, dynamodb, python, serverless
- Language: Python
- Homepage:
- Size: 243 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# python serverless
documentation:
api url:
## Requirement
- install python (v3.8)
- install yarn
- install node (v14+)
- install serverless
## Testing and run
```zsh
// install node dependencies
$ yarn
// install python dependencies
$ pip3 install -r requirements.txt
// test api in local
$ yarn run dev
// deploy to serverless
$ yarn run deploy
// open serverless dashboard
$ yarn run dashboard
// remove serverless services in aws (api gateway, lambda, s3, cloudformation)
$ yarn run remove
```