This package has been deprecated

Author message:

This NPM package has been deprecated.

@aws/workbench-core-base
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Workbench Core Base

main branch coverage

codecov

develop branch coverage

codecov

This package is intended to provide a base AWS Service class that encapsulates all the service clients and commands that the application currently requires. We use aws-sdk V3 to improve the load-time of the modules imported at runtime.

Usage

import { AwsService } from '@aws/workbench-core-base';
const aws = new AwsService({ region: 'us-east-1' });
const params = { StackName: 'testStack' };                            // construct params
const response = await aws.cloudformation.describeStacks(params);     // perform SDK call

Readme

Keywords

none

Package Sidebar

Install

npm i @aws/workbench-core-base

Weekly Downloads

1

Version

1.0.0

License

Apache-2.0

Unpacked Size

664 kB

Total Files

183

Last publish

Collaborators

  • ma-foundation
  • rsmayda
  • wwps-psh-dev