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.174.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | b64533aac1adc22c095112a0983aa686d207c0b98c840a7c381f44965d1eea1f |
|
MD5 | 1d7775bb05b4172d35dd8d8f231cd1f5 |
|
BLAKE2b-256 | c9418c4d050d736c5b4f9ee093178803698a646ec92c5a2fb3582a5e74a69719 |
Close
Hashes for aws_cdk.lambda_layer_kubectl-1.174.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 227ad7ef7e5ad9ed909f972138c6a7dae67d7209c7467f79a6a805db888ce33b |
|
MD5 | 9751d4262fb4d67b6a9309c9d6abff42 |
|
BLAKE2b-256 | 4a7b597e2afc519e63c735f524b9218d8ddbc64206ec5aaa3dedc17827292332 |