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.155.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | e361887f15d629e8f5b89e87c8329e1a11764572493de61ad90c6475863da310 |
|
MD5 | df856cfeb0d93b7e1e2260ba6b43a328 |
|
BLAKE2b-256 | 6e6ec513d76af4f3c8847df97fc94e35799d3be5ea095fcd1b0e85831a3c69f2 |
Close
Hashes for aws_cdk.lambda_layer_kubectl-1.155.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ec1dccaca78f3622bd1e843480fadc56e8f18a050b86147f0d0c9d65a36acbe2 |
|
MD5 | 2f9d19c479bdccaf4d2ca41c99a2a5de |
|
BLAKE2b-256 | e496ab9addf968e6f1abb1040ee5c4b8fc3c20f811be14c3b749661d0782ef5f |