0.8.9 • Published 3 years ago

@cloud-technology/cfn-client v0.8.9

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

3 years ago

0.8.8

3 years ago

0.8.7

3 years ago

0.8.6

3 years ago

0.8.5

3 years ago

0.8.3

3 years ago

0.8.1

3 years ago

0.7.2

3 years ago

0.7.251

3 years ago

0.7.249

3 years ago

0.7.248

3 years ago

0.7.247

3 years ago

0.7.245

3 years ago

0.7.244

3 years ago

0.7.243

3 years ago

0.7.242

3 years ago

0.7.241

3 years ago

0.7.239

3 years ago

0.7.238

3 years ago

0.7.237

3 years ago

0.7.236

3 years ago

0.7.235

3 years ago

0.7.234

3 years ago

0.7.232

3 years ago

0.7.231

3 years ago

0.7.229

3 years ago

0.7.228

3 years ago

0.7.227

3 years ago

0.7.226

3 years ago

0.7.224

3 years ago

0.7.223

3 years ago

0.7.221

3 years ago

0.7.219

3 years ago

0.7.218

3 years ago

0.7.217

3 years ago

0.7.216

3 years ago