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

0.8.24 • Public • Published

@cloud-technology/api-gateway-v1-client

AWS API Gateway REST Client

Local Development

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 gateweays = await service.gateways();

    console.log(gateweays);
}) )();

Usage

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

console.log(gateweays);

Readme

Keywords

none

Package Sidebar

Install

npm i @cloud-technology/api-gateway-v1-client

Weekly Downloads

3

Version

0.8.24

License

BSD-2-Clause

Unpacked Size

48.6 kB

Total Files

40

Last publish

Collaborators

  • segmentational