Skip to content

Commit

Permalink
updated infrastructure README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudydaiyz committed Jul 20, 2024
1 parent 7581c82 commit b8d1ec5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions infrastructure/lambda/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# infrastructure/lambda

Run test code:
`python3 -m pip install -r requirements.txt`
`python3 test.py`
1. `python3 -m pip install -r requirements.txt`
2. `python3 test.py`

Zip command:
`zip lambda.zip lambda.py`
Zip command example:
`zip handler.zip handler.py`

0 comments on commit b8d1ec5

Please sign in to comment.