Skip to content

maxrodrigo/cookiecutter-chalice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

34 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Cookiecutter Chalice API

Build Status

A Cookiecutter poject template for creating an AWS Chalice based API.

Demo

Installation

Requirements

Usage

  1. Install Cookiecutter
$ pip install --user cookiecutter
  1. Create your application
$ cookiecutter gh:maxrodrigo/cookiecutter-chalice
  1. All set! Follow the instruction inside the project README.

Example

Creating the project will generate this folders:

my_awesome_api
β”œβ”€β”€ .chalice
β”‚Β Β  └── config.json
β”œβ”€β”€ .editorconfig
β”œβ”€β”€ .gitignore
β”œβ”€β”€ .pre-commit-config.yaml
β”œβ”€β”€ LICENSE
β”œβ”€β”€ Makefile
β”œβ”€β”€ README.md
β”œβ”€β”€ app.py
β”œβ”€β”€ requirements.txt
β”œβ”€β”€ requirements_dev.txt
└── test
    β”œβ”€β”€ __init__.py
    β”œβ”€β”€ conftest.py
    └── test_my_awesome_api.py

Contributing

Contributions are welcome, and they are greatly appreciated! Every little bit helps, and credit will always be given.

License

Distributed under the terms of the MIT license, Cookiecutter Chalice is free and open source software.

About

πŸͺ A template to create serverless apps based on AWS Lambda using Chalice microframework.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published