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

1.0.0 • Public • Published

CloudFormation helper functions

npm

Running deploy

Full parameter list: https://docs.aws.amazon.com/cli/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");

Readme

Keywords

Package Sidebar

Install

npm i @artit91/cf

Weekly Downloads

3

Version

1.0.0

License

Apache-2.0

Unpacked Size

15.6 kB

Total Files

10

Last publish

Collaborators

  • artit91