You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -28,7 +28,7 @@ The project is based on my [AWS Lambda Cookbook template project](https://github
28
28
29
29
***Docker** - install [Docker](https://www.docker.com/). Required for the Lambda layer packaging process.
30
30
***[AWS CDK](cdk.md)** - Required for synth & deploying the AWS Cloudformation stack.
31
-
* Python 3.11
31
+
* Python 3.12
32
32
*[poetry](https://pypi.org/project/poetry/) - Make sure to run ``poetry config --local virtualenvs.in-project true`` so all dependencies are installed in the project '.venv' folder.
33
33
* For Windows based machines, use the Makefile_windows version (rename to Makefile). Default Makefile is for Mac/Linux.
34
34
* Cookiecutter - install with pip/brew ``brew install cookiecutter`` or ``pip install cookiecutter``
0 commit comments