Skip to content

made2591/immutable.templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

immutable.templates

Immutable templates contains a collection of CDK templates. The respective CloudFormation templates will be stored in here as soon as they will be ready to be shipped - updated

Available Arhictectures

The available architectures are the following:

Getting Started

To use the stack and modify them, just clone the repository and move to the desired stack folder under the templates directory in the root of the repository. For example, if you are interested in the static-website stack, just do the following:

git clone https://github.com/made2591/immutable.templates
cd immutable.templates/templates/static-website
# start deploy (see later)

You will find an always updated list of the current available stacks in the section Available Arhictectures of this document.

Prerequisites

The only needed tool is Node.js - ≥ 8.11.x - and the AWS Cloud Development Kit - AWS CDK. You can install it by running

$ npm i -g aws-cdk

Deployment of Stacks

Just as any other CDK stack, this are the main commands that can help you with the most common actions:

  • npm run build compile typescript to js
  • npm run watch watch for changes and compile
  • cdk deploy deploy this stack to your default AWS account/region
  • cdk diff compare deployed stack with current state
  • cdk synth emits the synthesized CloudFormation template

Built With

Contributing

Please read CONTRIBUTING.md for details on how to contact me.

Authors

Almost all the stacks proposed in this repository, and their implementation, are deeply discussed between people below:

Thank you for your interest!

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments

  • Fix architecture schemas
  • Inspiration
  • etc

Releases

No releases published

Packages

No packages published