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.177.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 83c1a169a317da048a35711ba6db559cbd022c1866728703914ec95a9ef74eea |
|
MD5 | 198ad55414501716145d7b0a23e8e414 |
|
BLAKE2b-256 | 9cf528d1a629e129fcb357723137f342b774a4637861fae2b0bf247476177602 |
Close
Hashes for aws_cdk.lambda_layer_kubectl-1.177.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | caa4023bce2f5df27c8223374f6df79fef6c925a2e09bec4be8313a1ef2b60aa |
|
MD5 | 2c11c2fe1902490c873676b7ff77a224 |
|
BLAKE2b-256 | d0b5faf930c5f4973df3939a26f60ce7d2f4510ee70c5b225b7dc1c294203964 |