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.180.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 280bca20e71bbf601badfb49af41923ae39e6189b27e7703a44e7f31f9d95c15 |
|
MD5 | ca1fc7680bd76c126e58730e67d65e28 |
|
BLAKE2b-256 | 456f81e07e2f8d6088093f882ec70ac865163220c7d9acdfd07849e16b93710e |
Close
Hashes for aws_cdk.lambda_layer_kubectl-1.180.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c23e429117d60b6677c183cdd5b4be13614a5502e0f9c09585226bc68f43c47c |
|
MD5 | 00b0ef2632b1cbae41161888441be836 |
|
BLAKE2b-256 | 49ab3f9924c884831a509cd1156cbfb2348f0bcb510ff6d52b928265a6f4fe03 |