generator-cloudformation

0.2.0 • Public • Published

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

Package Sidebar

Install

npm i generator-cloudformation

Weekly Downloads

0

Version

0.2.0

License

Apache-2.0

Last publish

Collaborators

  • taimos-user
  • hoegertn