Skip to main content

An Asset construct that contains the AWS CLI, for use in Lambda Layers

Project description

Asset with AWS CLI v1

---

cdk-constructs: Stable


This module exports a single class called AwsCliAsset which is an s3_assets.Asset that bundles the AWS CLI v1.

Any Lambda Function that uses a LayerVersion created from this Asset must use a Python 3.x runtime.

Usage:

// AwsCliLayer bundles the AWS CLI in a lambda layer
import { AwsCliAsset } from '@aws-cdk/asset-awscli-v1';

declare const fn: lambda.Function;
const awscli = new AwsCliAsset(this, 'AwsCliCode');
fn.addLayers(new lambda.LayerVersion(this, 'AwsCliLayer', {
  code: lambda.Code.fromBucket(awscli.bucket, awscli.s3ObjectKey),
}));

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

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aws-cdk.asset-awscli-v1-2.1.4.tar.gz (13.4 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aws_cdk.asset_awscli_v1-2.1.4-py3-none-any.whl (13.4 MB view details)

Uploaded Python 3

File details

Details for the file aws-cdk.asset-awscli-v1-2.1.4.tar.gz.

File metadata

  • Download URL: aws-cdk.asset-awscli-v1-2.1.4.tar.gz
  • Upload date:
  • Size: 13.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.7

File hashes

Hashes for aws-cdk.asset-awscli-v1-2.1.4.tar.gz
Algorithm Hash digest
SHA256 409151ca5dcc3579b5cb9c044241694c12b0a2538c925b2783d5308626d17970
MD5 4c99f1ccf323dd909281cdd16f5dd38a
BLAKE2b-256 6b1e7d9386b39c4cd9a08c91a8f3519514f13dff67778005688cfe05e5d099d5

See more details on using hashes here.

File details

Details for the file aws_cdk.asset_awscli_v1-2.1.4-py3-none-any.whl.

File metadata

File hashes

Hashes for aws_cdk.asset_awscli_v1-2.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 013431ddbda1b5212acd00f13ec437c706cb8de9f740b399a145d9917b49ab8e
MD5 fc5112316436cf099b7e9c973e91e2ba
BLAKE2b-256 5c3dc4496a416c20abe367d8f16da7ecd165ed1aa0d0176250346f992bc12f2b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page