@infrascan/aws-api-gateway-scanner
TypeScript icon, indicating that this package has built-in type declarations

0.3.2 • Public • Published

@infrascan/aws-api-gateway-scanner

A scanner module for AWS API Gateway, designed to be used with the @infrascan/sdk.

This module pulls information about the API Gateways in an AWS account by calling: GetApis, and GetDomainNames.

Quickstart

import ApiGatewayScanner from "@infrascan/aws-api-gateway-scanner";
import Infrascan from "@infrascan/sdk";

const infrascanClient = new Infrascan();
infrascanClient.registerScanner(ApiGatewayScanner);

If you plan on scanning all of an AWS account, you should use the @infrascan/aws package.

Contributing

The majority of the scanner modules are autogenerated from their config.ts file.

Changes such as adding a new function/endpoint in the service to scan can be done within the config file.

More significant changes will likely need to take place in the aws-codegen package.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.3.25latest

Version History

VersionDownloads (Last 7 Days)Published
0.3.25
0.3.12
0.3.01
0.2.41
0.2.31
0.2.21
0.2.11

Package Sidebar

Install

npm i @infrascan/aws-api-gateway-scanner

Weekly Downloads

12

Version

0.3.2

License

MPL-2.0

Unpacked Size

25.9 kB

Total Files

18

Last publish

Collaborators

  • lfarrelly