@viperhq/cf
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

CloudFormation helper functions

npm

Running deploy

Full parameter list: https://awscli.amazonaws.com/v2/documentation/api/latest/reference/cloudformation/deploy/index.html

deploy({
  region: "eu-west-2",
  stackName: "test",
  templateFile: path.join("test", "templates", "bucket.yaml"),
  capabilities: ["CAPABILITY_IAM"],
  parameters: {
    CustomTag: "test",
    CustomTag2: "test2"
  }
})

Getting outputs

const outputs = await output("test", "eu-west-2");

Running package

Full parameter list: https://awscli.amazonaws.com/v2/documentation/api/latest/reference/cloudformation/package.html

pkg({
  region: "eu-west-2",
  templateFile: "index.yaml",
  outputTemplateFile: "out.yaml",
  s3Bucket: "bucket"
})

Readme

Keywords

Package Sidebar

Install

npm i @viperhq/cf

Weekly Downloads

1

Version

1.1.0

License

Apache-2.0

Unpacked Size

22.6 kB

Total Files

13

Last publish

Collaborators

  • artit91