mirror of
https://github.com/aljazceru/payments-rest-api.git
synced 2026-01-03 13:54:19 +01:00
7 lines
298 B
Markdown
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
|