An AWS Lambda layer that contains the `kubectl` and `helm`
Project description
AWS Lambda Layer with kubectl (and helm)
---This module exports a single class called KubectlLayer
which is a lambda.Layer
that bundles the kubectl
and the helm
command line.
- Helm Version: 3.5.4
- Kubectl Version: 1.20.0
Usage:
# KubectlLayer bundles the 'kubectl' and 'helm' command lines
from aws_cdk.lambda_layer_kubectl import KubectlLayer
# fn: lambda.Function
fn.add_layers(KubectlLayer(self, "KubectlLayer"))
kubectl
will be installed under /opt/kubectl/kubectl
, and helm
will be installed under /opt/helm/helm
.
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
Built Distribution
Close
Hashes for aws-cdk.lambda-layer-kubectl-1.193.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0d936e4c77d732c95a02861265058694cccc6b8fa3873692d1113050f02ff4bf |
|
MD5 | a620aa1b137eff31217d102104f8f18d |
|
BLAKE2b-256 | 694aa9c2fe88be27cf42dd8372e863e6130bd760a7836b2784c12a7693c32161 |
Close
Hashes for aws_cdk.lambda_layer_kubectl-1.193.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | adb682d255bda6f79497967d4c6f74354f32aca61d935ddfc49b80189b7a6bcf |
|
MD5 | 61a5100facbd5cf5b9ccd80ccd9efef2 |
|
BLAKE2b-256 | 4efb656aef9de5afbc99d2c39e059846fff09bcbd2bc8f912ed8bfc641e6c4b0 |