Socket
Socket
Sign inDemoInstall

awssum-amazon-cloudformation

Package Overview
Dependencies
7
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    awssum-amazon-cloudformation

AwsSum plugin for Amazon CloudFormation.


Version published
Weekly downloads
4
decreased by-50%
Maintainers
1
Install size
207 kB
Created
Weekly downloads
 

Readme

Source

NOTE: AwsSum is now deprecated. Please use aws-sdk instead.

awssum-amazon-cloudformation

This is an AwsSum plugin!

You'll need to add awssum-amazon-cloudformation to your package.json dependencies. Both awssum and awssum-amazon are pulled in as peer dependencies.

Example

var fmt = require('fmt');
var amazonCloudFormation = require('awssum-amazon-cloudformation');

var cf = new amazonCloudFormation.CloudFormation({
    'accessKeyId'     : process.env.ACCESS_KEY_ID,
    'secretAccessKey' : process.env.SECRET_ACCESS_KEY,
    'region'          : amazonCloudFormation.US_EAST_1
});

cf.ListStacks(function(err, data) {
    fmt.dump(err, 'err');
    fmt.dump(data, 'data');
});

Operations

CreateStack

Docs: CreateStack on AWS

DeleteStack

Docs: DeleteStack on AWS

DescribeStackEvents

Docs: DescribeStackEvents on AWS

DescribeStackResource

Docs: DescribeStackResource on AWS

DescribeStackResources

Docs: DescribeStackResources on AWS

DescribeStacks

Docs: DescribeStacks on AWS

EstimateTemplateCost

Docs: EstimateTemplateCost on AWS

GetTemplate

Docs: GetTemplate on AWS

ListStackResources

Docs: ListStackResources on AWS

ListStacks

Docs: ListStacks on AWS

UpdateStack

Docs: UpdateStack on AWS

ValidateTemplate

Docs: ValidateTemplate on AWS

Author

Written by Andrew Chilton - Blog - Twitter.

License

(Ends)

Keywords

FAQs

Last updated on 11 Jun 2014

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc