Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
166
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

AWS REST API Gateway (V1) Provider, Utility Interface


Version published
Maintainers
1
Install size
192 MB
Created

Readme

Source

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

FAQs

Last updated on 15 Mar 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc