@bgschiller/lambda-layer-awscli-2
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

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.

Package Sidebar

Install

npm i @bgschiller/lambda-layer-awscli-2

Weekly Downloads

174

Version

0.0.3

License

Apache-2.0

Unpacked Size

88.4 MB

Total Files

17

Last publish

Collaborators

  • bgschiller