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.202.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 873b621cb13538e014f9a41ac8c3b4967a5bd759fe47de09a5ac4881f11661b4 |
|
MD5 | 24bfba1fb06eee890c123f116f84d26a |
|
BLAKE2b-256 | ef69cc70814e39d1c57851d2ee3995ece8c2e01d5d746c91e76300082e94b28c |
Close
Hashes for aws_cdk.lambda_layer_kubectl-1.202.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a850dece6fae74ea21c5e5a55f06876fb8b4957edfde05aafdcf036905e97ded |
|
MD5 | c1fe6a2f6506f857c66f975c51a6e4a8 |
|
BLAKE2b-256 | d05e51711a13f95dd2ffbbc9fa618fa70a86442f2791ace98ce5c687595bb96d |