JSPM

@infrascan/aws-lambda-scanner

0.4.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q49938F
  • License MPL-2.0

Infrascan scanner definition for AWS Lambda

Package Exports

  • @infrascan/aws-lambda-scanner

Readme

@infrascan/aws-lambda-scanner

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

This module pulls information about the Lambda resources in an AWS account by calling: ListFunctions, and GetFunction.

Quickstart

import LambdaScanner from "@infrascan/aws-lambda-scanner";
import Infrascan from "@infrascan/sdk";

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

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.