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.166.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 82a55a38081985864b1e80ecdcde9ea4c801717e84f30bfcfad585741c55be22 |
|
MD5 | 23171ea119718cca5047eadfc6eef9ca |
|
BLAKE2b-256 | 20041475d88ee5ca13697bad428d35da21c43bb7eff78562badc7304a678f185 |
Close
Hashes for aws_cdk.lambda_layer_kubectl-1.166.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2bec2a4d7f4d60f04726c6c702b78882ed5b9ad3fd8733c8dc528c491c237594 |
|
MD5 | d0be5421255ddf78c4c008a9b21def58 |
|
BLAKE2b-256 | 3f406453489fbcb4c86822e05e207bd79f8ec1b27a058544b3807859d3ef6f49 |