Skip to content

Cookiecutter template for your serverless event processing project in AWS

Notifications You must be signed in to change notification settings

francomor/cookiecutter-event-processing-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cookiecutter template for your Cloudformation event processing Python project!

Example project: https://github.com/francomor/example-cookiecutter-event-processing-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-event-processing-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

About

Cookiecutter template for your serverless event processing project in AWS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published