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.151.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 68180f71b54ba12b251a197f858233729155924ed1c4b79dae1bc02ac54b9561 |
|
MD5 | 5afc5b4917d13c7c2d5b164950e88ce9 |
|
BLAKE2b-256 | 333b3cd78aa677159f2069e1cb7b4cefea6fd8197e79fb202d1e2635585df90b |
Close
Hashes for aws_cdk.lambda_layer_kubectl-1.151.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 30b14889ca62566c5509342ca0d49dd677c89ea1a8b3ffe8b0886d9150a6a83c |
|
MD5 | ac3929a3f4e4166ede43c5c74660e06a |
|
BLAKE2b-256 | f66dfff30083d88e2baa5c80953769de872af134fde3addc76c79a95ed94cb43 |