UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

9 lines (8 loc) 254 B
import { Construct } from 'constructs'; import * as lambda from '../../aws-lambda'; /** * An AWS Lambda layer that includes the AWS CLI. */ export declare class AwsCliLayer extends lambda.LayerVersion { constructor(scope: Construct, id: string); }