0.3.1 • Published 5 days ago

@infrascan/aws-cloudfront-scanner v0.3.1

Weekly downloads
-
License
MPL-2.0
Repository
github
Last release
5 days ago

@infrascan/aws-cloudfront-scanner

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

This module pulls information about the Cloudfront resources in an AWS account by calling: ListDistributions.

Quickstart

import CloudfrontScanner from "@infrascan/aws-cloudfront-scanner";
import Infrascan from "@infrascan/sdk";

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

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.

0.3.1

5 days ago

0.3.0

3 months ago

0.2.4

4 months ago

0.2.3

6 months ago

0.2.2

7 months ago

0.2.1

7 months ago