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 is of type 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.139.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | cdd53d61fde3ddef5ef8eb7b302fb2493f1aa22fb9fddaffa1293a18a4532276 |
|
MD5 | d8b0e7955cde44a81d16922283b03b20 |
|
BLAKE2b-256 | 9fb9cbbaaa5bfb11ef9858e21a2a743e1cc67a1ee9cfcaea86cb5cdf3b058436 |
Close
Hashes for aws_cdk.lambda_layer_kubectl-1.139.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d30d663b2eae4938465d9cd682c31ef42d2a0dbfafd0492a588396eef317c30b |
|
MD5 | 0451f56617e57a07af3d015d97b14037 |
|
BLAKE2b-256 | 6e0cf8183cade48aad73e877c53c6b06aed98d3a7c1f0c83591506a560722b64 |