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
Starting a Serverless service can be overwhelming. You need to figure out many questions and challenges that have nothing to do with your business domain:
*[poetry](https://pypi.org/project/poetry/){target="_blank"} - Make sure to run ``poetry config --local virtualenvs.in-project true`` so all dependencies are installed in the project '.venv' folder.
11
11
* For Windows based machines, use the Makefile_windows version (rename to Makefile). Default Makefile is for Mac/Linux.
12
12
13
+
## Cookiecutter Option
14
+
15
+
You can get a cleaner version of this repository without using the template button on GitHub with cookiecutter.
16
+
17
+
* Cookiecutter - install with pip/brew ``brew install cookiecutter`` or ``pip install cookiecutter`
0 commit comments