UNPKG

@csermet/multiprovider

Version:

cloud-graph provider plugin for AWS used to fetch AWS cloud data.

12 lines (11 loc) 301 B
import { AwsLambda } from '../../types/generated'; import { RawAwsLambdaFunction } from './data'; declare const _default: ({ service: rawData, account, region, }: { service: RawAwsLambdaFunction; account: string; region: string; }) => AwsLambda; /** * Lambda */ export default _default;