0.8.9 • Published 4 years ago

@cloud-technology/cfn-client v0.8.9

Weekly downloads
-
License
BSD-2-Clause
Repository
-
Last release
4 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

4 years ago

0.8.8

4 years ago

0.8.7

4 years ago

0.8.6

4 years ago

0.8.5

4 years ago

0.8.3

4 years ago

0.8.1

4 years ago

0.7.2

4 years ago

0.7.251

4 years ago

0.7.249

4 years ago

0.7.248

4 years ago

0.7.247

4 years ago

0.7.245

4 years ago

0.7.244

4 years ago

0.7.243

4 years ago

0.7.242

4 years ago

0.7.241

4 years ago

0.7.239

4 years ago

0.7.238

4 years ago

0.7.237

4 years ago

0.7.236

4 years ago

0.7.235

4 years ago

0.7.234

4 years ago

0.7.232

4 years ago

0.7.231

4 years ago

0.7.229

4 years ago

0.7.228

4 years ago

0.7.227

4 years ago

0.7.226

4 years ago

0.7.224

4 years ago

0.7.223

4 years ago

0.7.221

4 years ago

0.7.219

4 years ago

0.7.218

4 years ago

0.7.217

4 years ago

0.7.216

4 years ago