JSPM

@bgschiller/lambda-layer-awscli-2

0.0.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 528
  • Score
    100M100P100Q108758F
  • License Apache-2.0

An AWS Lambda layer that contains version 2 of the AWS CLI

Package Exports

  • @bgschiller/lambda-layer-awscli-2

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@bgschiller/lambda-layer-awscli-2) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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.