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.199.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4a13d8f4dcd4ab95480a49bb0060d347fa0d1a0f4c66d2394ee3963d87c60967 |
|
MD5 | ad585afae84ce391704e0845ed6fd8de |
|
BLAKE2b-256 | 4e7c6334fbb2d81caa11f343f90663a28111adf3252bd0fb7f3389d6f288ce3a |
Close
Hashes for aws_cdk.lambda_layer_kubectl-1.199.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1175da47983b3da2d921eb384699605bd61a18006ffc5334949f616b5f2394f5 |
|
MD5 | cda94837c61853fef8aa60791884a926 |
|
BLAKE2b-256 | a8bf96ad26b846f1e492c0f92299d490d3d0edf289ecefa250144af64c75e7a2 |