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.184.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9fa9a24f31797d67e6cd38e3590a5ccf9462b4ed2a879d796ecc8af77f8c9836 |
|
MD5 | cf7bd95c0cf7d1cbfaf425fa50a9a3bb |
|
BLAKE2b-256 | 78a73b9c36304b27ded7e97ad6564c0874fdac10328771f192b7a13cd83353ac |
Close
Hashes for aws_cdk.lambda_layer_kubectl-1.184.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4414d387916eeac67b246306a19485d5eb9d1040962d2225dd981785e0e2ea27 |
|
MD5 | 3eb4b3486dadae11cd182665719706a5 |
|
BLAKE2b-256 | 603d17308b70d8ed7f96bd54cfa3b0b761f88e7431d8756cca1f3ba1d9b2b264 |