- get the secrets with
update_secrets.sh
- run
zappa update
onpyconweb2022
folder
you need to install dependencies
pip install -r requirements.txt
you need to send pull request
to main
branch.
but before sending PR, please check the following:
- you need to check format with
black
- you need to pass testing command
pytest pyconkr-web-2022
you need to pass tests
pytest ./pyconkr-web-2022