Skip to main content

A Lambda Layer that contains kubectl v1.29

Project description

Lambda Layer with KubeCtl v1.29

---

cdk-constructs: Stable


This module exports a single class called KubectlV29Layer which is a lambda.LayerVersion that bundles the kubectl and the helm command line.

  • Helm Version: 3.14.4
  • Kubectl Version: 1.29.4

Usage:

// KubectlLayer bundles the 'kubectl' and 'helm' command lines
import { KubectlV29Layer } from '@aws-cdk/lambda-layer-kubectl-v29';
import * as lambda from 'aws-cdk-lib/aws-lambda';

declare const fn: lambda.Function;
const kubectl = new KubectlV29Layer(this, 'KubectlLayer');
fn.addLayers(kubectl);

kubectl will be installed under /opt/kubectl/kubectl, and helm will be installed under /opt/helm/helm.

Project details


Download files

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

Source Distribution

Built Distribution

File details

Details for the file aws-cdk.lambda-layer-kubectl-v29-2.1.0.tar.gz.

File metadata

File hashes

Hashes for aws-cdk.lambda-layer-kubectl-v29-2.1.0.tar.gz
Algorithm Hash digest
SHA256 87781ad59647a9fb6492f0932f2af8e07870414e6135271af49952c200744bcc
MD5 486d65c972cabb1dc1ed3535d1e53ed0
BLAKE2b-256 e537963addd8dbd4c284b108bd9f89f9972a4f6f624a8d00962ad3e3dcd50b0e

See more details on using hashes here.

File details

Details for the file aws_cdk.lambda_layer_kubectl_v29-2.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for aws_cdk.lambda_layer_kubectl_v29-2.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5e0006e1310da08df95b9b7d8f0f4ac0aa6893f14e6ad3175059ce340bdf3e0b
MD5 f456fb075b62f5fe96df58a136b891e6
BLAKE2b-256 70ab0e3954cc4cd25475313ed3f59e8c6009a299a6229027439d5ab71ac070f9

See more details on using hashes here.

Supported by

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