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.192.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | c62c9d0e7eb8985383210178c543ecfda18d9e38cf05510aa6d99ee0fc497d2e |
|
MD5 | f3736ddbadd47ff168573848e02fa035 |
|
BLAKE2b-256 | 56b56db513cd5c0712020de6abd7896dd8e08c8560183b4f1cef3920a98554e2 |
Close
Hashes for aws_cdk.lambda_layer_kubectl-1.192.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fba7eaa99f9b9f82b5058715bbbd8e80b14ef9fa8c9948df6c30d2b4d8e2643b |
|
MD5 | 99c94a6723a2603534af8228050434de |
|
BLAKE2b-256 | 56030949ba1eceb695c98f0fa12fee1b3c1f73095e9573b8ff92898168abbe66 |