Skip to content

Cookiecutter template for your serverless FastAPI project in AWS

Notifications You must be signed in to change notification settings

francomor/cookiecutter-fast-api-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cookiecutter template for your Cloudformation Rest API Python project!

Example project: https://github.com/francomor/example-cookiecutter-fast-api-aws

It includes:

Quickstart

Install the latest Cookiecutter if you haven't installed it yet (this requires Cookiecutter 1.4.0 or higher):

pip install -U cookiecutter

Generate a Python project:

cookiecutter gh:francomor/cookiecutter-fast-api-aws

Variables:

  • project_name: Name of the project
  • project_slug: Auto generated based on project_name
  • project_short_description: A short description of the project
  • business_owner_email: name.surname@gmail.com

Then:

  • Create a repo and put it there.
  • Follow the setup instruction in the Readme file