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.172.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7527ab37a358266638e484d51a4749b9f6c9922a6fefc009bb53666527878134 |
|
MD5 | 1920f8542d4f22b1dcc175042cf6621e |
|
BLAKE2b-256 | 82ee60ae1a30192f756e97b965a0a0a139e8f780fb988fe995f7b2c9d44e31ac |
Close
Hashes for aws_cdk.lambda_layer_kubectl-1.172.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1603b05e086691ff5bb1232017ccb1931e9aaf9966040042a76e600544e95789 |
|
MD5 | dc27bc74bb00a323cb07961fd747cac9 |
|
BLAKE2b-256 | 2bce61d25fc05bfae4d6e909b20f967d9aeea63655d8e697d284cf0701cf2f4b |