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.159.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | bcfc6c334defba03db723114d211587a49f18cbcfaa448622f4d75d16109f910 |
|
MD5 | e2742246e80cdfd4b5213b97f239d2bd |
|
BLAKE2b-256 | 76b1ecd377522eed7c7b03609e14cf0a5b564912786154606f60f24c649eb523 |
Close
Hashes for aws_cdk.lambda_layer_kubectl-1.159.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 43f64c4c798b67942d2a7ea96aec33f56bfe50ef9917d707e0dfb3d374e33f62 |
|
MD5 | ccb22f2ebe9084ac2889bbf0aa9b7067 |
|
BLAKE2b-256 | bd1951175bcd2a00d83661d3eaff565ca2929ad27f97c4db3b576504a9172bf3 |