Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

awssum-amazon-cloudformation

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

awssum-amazon-cloudformation

AwsSum plugin for Amazon CloudFormation.

  • 1.6.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
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

Package last updated on 11 Jun 2014

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc