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 is of type 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.138.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0728b2b23442a60efe3e28d7f1a2039e7ac0b8e4833a19590dafa232f9650365 |
|
MD5 | 0f693fad76fbb2aa1e1083d8b6aefe69 |
|
BLAKE2b-256 | b4df4426924b5734a754dc7ee0ba95aa939be4739c029405612d600ab7b18ee3 |
Close
Hashes for aws_cdk.lambda_layer_kubectl-1.138.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a2d3a8e086944ea4eed8bb8975ae971776172450eccf3e077c6dbf1e2f3d448 |
|
MD5 | 70337edc28a964ca62d9bd1c7bc1d381 |
|
BLAKE2b-256 | 466c974e71ba534d29e84ce66be6e3b8947d1eec1ee32d768582170b2139f4b2 |