@cloud-technology/cfn-client
TypeScript icon, indicating that this package has built-in type declarations

0.8.9 • Public • Published

@cloud-technology/cfn-client

AWS CloudFormation Client

Local Development

The following command will spin up a child-process + event listener; any update to applicable file(s) will automatically recompile and execute.

npm run development

Unit-Testing

In order to successfully, locally unit-test (as a simple and quick proof-of-concept):

/// index.ts 
( async () => await import("./src/index.js").then(async ($) => {
    const service = new $.Service();
    const stacks = await service.stacks();

    console.log(stacks);
}) )();

Usage

/// Get Stack(s)  

import { Service } from "@cloud-technology/cfn-client";

const service = new Service();
await service.stacks();

Readme

Keywords

none

Package Sidebar

Install

npm i @cloud-technology/cfn-client

Weekly Downloads

2

Version

0.8.9

License

BSD-2-Clause

Unpacked Size

517 kB

Total Files

37

Last publish

Collaborators

  • segmentational