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.187.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | aacf40e642ff5f07d87416caa5e00f5174631f5d92ae4f1825993d56425f6e51 |
|
MD5 | 9ad582a592987bb64526dc5e4c2fb766 |
|
BLAKE2b-256 | 11d915a5a79ecaec9e3d6cbcd33b289184b62aa8321af16011cc83c44b8cfd9f |
Close
Hashes for aws_cdk.lambda_layer_kubectl-1.187.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bcea8391b4083cb028bed560c10dea407a9b42129388963711e066cb17e47279 |
|
MD5 | d7210e502fd7e22ee52baa665c65740a |
|
BLAKE2b-256 | 678cae94fd2c18b3a48f90f1ea215c892a3b1d9c5ae7c7f283379641aad81617 |