Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

taimos/generator-cloudformation

Repository files navigation

generator-cloudformation

NPM version Build Status Dependency Status Coverage percentage

Generate CloudFormation templates

Installation

First, install Yeoman and generator-cloudformation using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-cloudformation

Then generate your new project:

yo cloudformation:<name>

Available subgenerators

docker

Generate a CloudFormation template that runs a web application as Docker containers on CoreOS instances.

cronjob

Generate a CloudFormation template that deploys a AWS Lambda function that is called according to the schedule expression.

vpc

Generate a CloudFormation template that creates a VPC with subnets and routing. It exports the resources with the stack name as prefix.

License

Apache-2.0 © Taimos GmbH

Changelog

0.2.0

  • add scheduled Lambda generator
  • add VPC generator

0.1.0

  • Initial version with docker subgenerator