# Cookiecutter Python EventBridge Hello-world for SAM based Serverless App

A cookiecutter template to create a Python EventBridge Hello world boilerplate using [Serverless Application Model (SAM)](https://github.com/awslabs/serverless-application-model).

This template creates a Serverless Application that reacts to EC2 Instance State change events, demonstrating the power of event-driven development with Amazon EventBridge.

## Requirements

* [AWS SAM CLI](https://github.com/awslabs/aws-sam-cli)

## Usage

Access this template by running `sam init` and choosing it from the list of available templates

# Credits

* This project has been generated with [Cookiecutter](https://github.com/audreyr/cookiecutter)