Wrapping deployment to AWS via CloudFormation template.
npm install cloudformation-deployThis package provides a simple programmatic interface for the deployment or
update of a CloudFormation stack.
Obtain CloudFormation Deploy via NPM:
````
npm install cloudformation-deploy
See the [examples directory][1] for ready to run examples.
* Configuring AWS Credentials
* Creating or Replacing a CloudFormation Stack
* Preview the Update of a CloudFormation Stack
* Updating a CloudFormation Stack
[1]: ./examples