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.143.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | faada55182a8a85cde7709acdc1531e1986fcb7dcafc882e0adf17a641de9ea1 |
|
MD5 | 0e328454d875b9888386b25d981885bd |
|
BLAKE2b-256 | 1eb9bedfb3b8f0ca81eb291e203907684714b8cd0c86ae2d3bd414e49be7dd17 |
Close
Hashes for aws_cdk.lambda_layer_kubectl-1.143.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c92211eed12e08436b56dd023b9376de89541f7e2bac57b46c3369a5a46fe000 |
|
MD5 | 1697a504733ddfcb6bff309927dafdd8 |
|
BLAKE2b-256 | 38805afaf72b6f6383da331afe86dd480f331aa9aa358336d2de394b2ed55794 |