Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.
/ cookietop Public archive

Cookiecutter template for AWS based microservices

Notifications You must be signed in to change notification settings

chrismaille/cookietop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

83ef50d · May 18, 2021
May 14, 2021
May 18, 2021
Jan 5, 2021
May 14, 2021
May 12, 2021
May 14, 2021
May 12, 2021
Jan 5, 2021
Jan 5, 2021
Jan 5, 2021
May 14, 2021
Jan 5, 2021
Jan 5, 2021

Repository files navigation

Welcome to Cookietop

Tests Python Conventional Commits Code style: black

Cookietop is a cookiecutter template for AWS based microservices. This template will create a fully microservice service with the following features:

  • Model handling using full API Gateway CRUD views
  • Model validation using Marshmallow
  • Model persistence using PynamoDB
  • Project settings using Stela
  • A simple, optional, Step Function machine
  • Complete Cloudformation configuration
  • Complete Github Actions configuration
  • Production ready with Poetry, Black, MyPy, Flake, Docker and Pre-Commit pre-configured.
  • VSCode Remote Development support
  • PyCharm Run/Debug support
# Clone this project
$ git clone https://github.com/access55/django_cookie.git

# Install project
$ make install

# Run `make project` informing your target folder
$ TARGET=/path/to/my_projects make project

# Run `make config_project`
$ cd /path/to/my_projects/new_project
$ make first_config

Cookietop Options

Option Description Default value
Project Name The Project Name, which will be used on README My Test Microservice
Project Name Camel CamelCase for Project Name, which will used on Class names MyTestMicroservice
Project Name Slug sneak_case for Project Name, which will used on module names my_test_microservice
Project Bucket Default AWS Bucket name for Project Assets My-Test-Microservice
Project Description The Project Name, which will be used on README "This project contains..."
Python Version Project Python Version (must be a valid AWS lambda python version runtime) 3.8
Black Target Version Python version for Black formatting/testing (must be the same) py38
Model The Model Name for this microservice, which will used in README My Model
Model Name Camel CamelCase for Model Name, which will used in Class names MyModel
Model Name Slug sneak_case for Model Name, which will used in modules and definitions my_model
Add Step Functions Add Step Functions example code yes

About

Cookiecutter template for AWS based microservices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published