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.198.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f781146ff042d88c2cf3907818e5f669815e2c1b158f8dda96c0065116860c9 |
|
MD5 | 21b17340a7edd63609bfa831d86e6d5d |
|
BLAKE2b-256 | 3f9e09946ead75f726ee66cb9ad22a99a2f88315141a00929808fdbb3e96b352 |
Close
Hashes for aws_cdk.lambda_layer_kubectl-1.198.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d70e053ca455cd8a814ab2984bf0f831b28ea63a8500090ff737e8190b5d4da4 |
|
MD5 | 06518fc7a65b9adb23250e06c275cc5f |
|
BLAKE2b-256 | 617f170bad56d22fd8458aeb73968d451071fd6ddc476335610ebaae8d419c57 |