Files
payments-rest-api/dev/DEV.md
2025-02-25 18:10:52 -06:00

7 lines
298 B
Markdown

## Deploy lambda function
If you want to deploy your own changes directly to lambda you can use [deploy.sh](./deploy.sh) to package and deploy it for you. Tested on linux.
Requirements:
- aws cli installed and configured (instructions in [README.md](./README.md))
- python3.12 and pip installed