UNPKG

@deeplint/scanner-aws

Version:

DeepScanner AWS collects cloud resources and outputs them in standard format for further processing

5 lines (4 loc) 135 B
import { Resource } from '@deepscanner/base'; export declare function scan(context: { [key: string]: any; }): Promise<Resource[]>;