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.138.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 569da49a0423144acaf5dfcf80c6993a69812094970832b6d019474756afd297 |
|
MD5 | f1781af2f0712a842d15efda1993dbc1 |
|
BLAKE2b-256 | 5c872f2c498b46224d8388cc9a2561dc890a6c21142f6f5694881b6e2e630ac9 |
Close
Hashes for aws_cdk.lambda_layer_kubectl-1.138.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b3a5a31ab5d6023c8aceb93c41e28da07c141075eba633f6a54808b7753974b7 |
|
MD5 | 0f2eb95703893de102503b7acd28f210 |
|
BLAKE2b-256 | fe46e7fcc5ba962883e3141abd4b5cb43338d9db6e8e8f30caf925c2db807bea |