Giter Club home page Giter Club logo

stacks's Introduction

stacks

Build Status Documentation Status

Stacks is CloudFormation management tool that allows you to define AWS resources configuration in YAML with Jinja2 templating.

Using stacks, you create flexible and declarative templates that deploy various AWS resources.

Use stacks to define and configure the infrastructure for your services, to create repeatable deployments that you can reuse, to create different deployment environments. For example, you can use stacks to deploy production, staging, and development environments for the same service, and take advantage of stacks's templating syntax so you can selectively roll out or test new features.

Stacks does not make any assumptions how you should manage your infrastructure. If you use CloudFormation JSON templates already, you can just convert them to YAML and start using stacks and grow from there.

Features

  • Templates written in YAML
  • For loops, conditionals and more with the power of Jinja2
  • Cross-stack resource referencing
  • Reusable snippets support
  • Multiple environments
  • Flexible configuration
  • Stack events streaming

Quickstarts

Guides

Contribution

Please get involved in helping us improve stacks! It's very easy to get started.

Before you make a change it's best to file the bug or feature as a github issues so that no one else is working on a similar change.

You can use pip to install stacks in editable mode. This means changes you make to the checkout will affect the global stacks command.

$ git clone https://github.com/cfstacks/stacks.git && cd stacks
$ mkvirtualenv --python=python3 stacks
$ pip install -e .

Once you've got a change please open a pull-request to master then we'll review and merge the change!

stacks's People

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.