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.150.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | a9744acb76ef465548434cc2b498500a83b7a4c5aba4af57f42f51403d2e470d |
|
MD5 | a651e93e8193e42f19367f1e08ec9543 |
|
BLAKE2b-256 | e7153e5c8a823c8ef74ee3a25a9eea7701a33abd50cca428c1022e92e88c1a8b |
Close
Hashes for aws_cdk.lambda_layer_kubectl-1.150.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 718300fb10c6fb94b9b913a9f831a8bcb83ef6bce9bbe930d23fbc00bef560be |
|
MD5 | 90483ccd3c34000ba1d4e349e071f936 |
|
BLAKE2b-256 | 75f7987f7b6565a3cd59c6829866897fce84f1cc49027369af0528ae29f2eb06 |