Skip to content

Commit 3e1fd2d

Browse files
committed
Update README
1 parent 3dc3234 commit 3e1fd2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A template repository for creating Python lambda functions.
66

77
1. Rename "my_function" to the desired initial function name across the repo. (May be helpful to do a project-wide find-and-replace).
88
2. 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.
1010
4. Add initial function description to README and update initial required ENV variable documentation as needed.
1111
5. Update license if needed (check app-specific dependencies for licensing terms).
1212
6. Check Github repository settings:

0 commit comments

Comments
 (0)