0.8.9 • Published 2 years ago

@cloud-technology/cfn-client v0.8.9

Weekly downloads
-
License
BSD-2-Clause
Repository
-
Last release
2 years ago

@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();
0.8.9

2 years ago

0.8.8

2 years ago

0.8.7

2 years ago

0.8.6

2 years ago

0.8.5

2 years ago

0.8.3

2 years ago

0.8.1

2 years ago

0.7.2

2 years ago

0.7.251

2 years ago

0.7.249

2 years ago

0.7.248

2 years ago

0.7.247

2 years ago

0.7.245

2 years ago

0.7.244

2 years ago

0.7.243

2 years ago

0.7.242

2 years ago

0.7.241

2 years ago

0.7.239

2 years ago

0.7.238

2 years ago

0.7.237

2 years ago

0.7.236

2 years ago

0.7.235

2 years ago

0.7.234

2 years ago

0.7.232

2 years ago

0.7.231

2 years ago

0.7.229

2 years ago

0.7.228

2 years ago

0.7.227

2 years ago

0.7.226

2 years ago

0.7.224

2 years ago

0.7.223

2 years ago

0.7.221

2 years ago

0.7.219

2 years ago

0.7.218

2 years ago

0.7.217

2 years ago

0.7.216

2 years ago