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.1.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.1-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.1.tar.gz.

File metadata

  • Download URL: aws-cdk.asset-awscli-v1-2.1.1.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.1.tar.gz
Algorithm Hash digest
SHA256 eec4cb23947b7303b8b87d2516db4da4a26dd99bac7e78abb7d03a54a40ae18f
MD5 a9ec1e58fbcf123977b3d450b0ffee88
BLAKE2b-256 2f66f12847fd2e5eaabcebd88e5970db3238e9f9c7e073b8e6221268e1fe9587

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aws_cdk.asset_awscli_v1-2.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e3ed1b8fb1a5f8fddb2ed97b29d1baeddffcffae9f9c321453d7bdf4fff4b0f4
MD5 b09061cc1df3c0ad2f16ae06055bc543
BLAKE2b-256 f1b2ef13deb1f6e83fd8e7f05c3514a3dd7810d1b2edf536a45f6645c8b847f3

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