File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ A template repository for creating Python lambda functions.
66
771 . Rename "my_function" to the desired initial function name across the repo. (May be helpful to do a project-wide find-and-replace).
882 . Update Python version if needed (note: AWS lambda cannot currently support versions higher than 3.9).
9- 3 . Install all dependencies to create initial Pipfile.lock with current versions.
9+ 3 . Install all dependencies with ` make install ` to create initial Pipfile.lock with latest dependency versions.
10104 . Add initial function description to README and update initial required ENV variable documentation as needed.
11115 . Update license if needed (check app-specific dependencies for licensing terms).
12126 . Check Github repository settings:
You can’t perform that action at this time.
0 commit comments