0.0.3 • Published 3 years ago

@bgschiller/lambda-layer-awscli-2 v0.0.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

AWS Lambda Layer with AWS CLI


cdk-constructs: Stable


This module exports a single class called AwsCliLayer which is a lambda.Layer that bundles the AWS CLI.

Usage:

const fn = new lambda.Function(...);
fn.addLayers(new AwsCliLayer(stack, 'AwsCliLayer'));

The CLI will be installed under /opt/awscli/aws.