Lambda Layer with KubeCtl v1.27
---This module exports a single class called KubectlV27Layer which is a lambda.LayerVersion that
bundles the kubectl and the
helm command line.
- Helm Version: 3.12.1
- Kubectl Version: 1.27.1
Usage:
// KubectlLayer bundles the 'kubectl' and 'helm' command lines
import { KubectlV27Layer } from '@aws-cdk/lambda-layer-kubectl-v27';
import * as lambda from 'aws-cdk-lib/aws-lambda';
declare const fn: lambda.Function;
const kubectl = new KubectlV27Layer(this, 'KubectlLayer');
fn.addLayers(kubectl);
kubectl will be installed under /opt/kubectl/kubectl, and helm will be installed under /opt/helm/helm.
Release files for aws-cdk.lambda-layer-kubectl-v27 2.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| aws-cdk.lambda-layer-kubectl-v27-2.1.0.tar.gz | 31.2 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| aws_cdk.lambda_layer_kubectl_v27-2.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 62.5 MB
Release files / aws-cdk.lambda-layer-kubectl-v27-2.1.0.tar.gz
| Download URL | aws-cdk.lambda-layer-kubectl-v27-2.1.0.tar.gz |
|---|---|
| Size | 31.2 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a7e4dd933e30861231611129ff07cf01905b2cb07635e70d6ea01d20577ef773
|
|
BLAKE2b-256 checksum How to use checksums |
b8c6bfa514753c99973b7fbac874686f5936b688e2b07c6427212aeee08a0215
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.12.1
|
Release files / aws_cdk.lambda_layer_kubectl_v27-2.1.0-py3-none-any.whl
| Download URL | aws_cdk.lambda_layer_kubectl_v27-2.1.0-py3-none-any.whl |
|---|---|
| Size | 31.2 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
689781b4c1e2f1fc3c0c0910629e72dd774e894b4021e1dc03942ce52f622638
|
|
BLAKE2b-256 checksum How to use checksums |
a08e20b12919a20bd5b4da78d70cf243e372ce827ebcb45a682c6a33adda1ef3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.12.1
|