Skip to content

Duncan00/py-flask-signup-datasources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

py-flask-signup-datasources

Uses a CloudFormation Ruby DSL, cloudformation-ruby-dsl, to build an AWS CloudFormation template to deploy the data sources, including MySQL server, SNS, SQS and Liquibase required for Python Flask Startup Signup application

Usage

To build a template run:

make template

This will create a JSON CloudFormation template flask-signup-datasources.template

To validate a template run:

make validate

This will run the AWS CLI cloudformation validate-template action on the flask-signup-datasource.template file using the CloudFormation API of the local region

To clean up:

make clean

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published