software.amazon.awscdk.lambdalayer.kubectl.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cdk-lambda-layer-kubectl Show documentation
Show all versions of cdk-lambda-layer-kubectl Show documentation
An AWS Lambda layer that contains the `kubectl` and `helm`
/**
* 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:
*
*
* // Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826
* Object fn = new Function(...);
* fn.addLayers(new KubectlLayer(stack, "KubectlLayer"));
*
*
* kubectl
will be installed under /opt/kubectl/kubectl
, and helm
will be installed under /opt/helm/helm
.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
package software.amazon.awscdk.lambdalayer.kubectl;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy