All Downloads are FREE. Search and download functionalities are using the official Maven repository.

software.amazon.awscdk.lambdalayer.kubectl.package-info Maven / Gradle / Ivy

There is a newer version: 1.204.0
Show newest version
/**
 * 

AWS Lambda Layer with kubectl (and helm)

*

* --- *

* cdk-constructs: Stable *

*


*

* *

* 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