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.167.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0256058f3fac70e3466d97f0040850334430ca5b5f9a340bef2f6eecc240503 |
|
MD5 | ec0d745ebafcc04859ff70458fe83e58 |
|
BLAKE2b-256 | 7c9b2ee2411ce95fa44291198d8284486c2cbe73e5cad1cbc56611207212aa3f |
Close
Hashes for aws_cdk.lambda_layer_kubectl-1.167.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 29876f3051252cbfc354cad526b35f087739ee286d2802467d146cb51e5e2bdc |
|
MD5 | afe3fa28b73ef7b336381e62b355da48 |
|
BLAKE2b-256 | 14ea4f8c043ec423dc0ce8dfbb2bf1401cbda9d2523fd916717603a984bd1fe3 |