See: Description
| Class | Description |
|---|---|
| KubectlLayer |
(experimental) An AWS Lambda layer that includes `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: 1.20.0
- Kubectl Version: 3.4.2
Usage:
// Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826 Function 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.
Copyright © 2021. All rights reserved.