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.157.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 34d4f8061f26b7ff6d8eff2cf5af5707d7bac9f15111abe254152e7d8962ff03 |
|
MD5 | f3741d4c5f10d2aa47d2c5c010fce034 |
|
BLAKE2b-256 | e08614c6098b77a19a022bd43f5cce1730808ba7c23c80676fb7668366748dfb |
Close
Hashes for aws_cdk.lambda_layer_kubectl-1.157.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4f940363f0c95fde00f9a96988cf3bb471dd8c9d7c132b65b742f3f89cc65ddd |
|
MD5 | a0985f65dadaa3b6dc16b5ddf622ad4f |
|
BLAKE2b-256 | 8ece26d03b43525007bc4a83e30f00bb9be6e072808bdf7f3cd315c7d01a3ac4 |