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: lambda.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.142.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e0d44be392855e312ba41916d676ec1998f5a034686a7bfd27f308b3a42decc |
|
MD5 | db7c263cf69d34a423aed6f59fcd0ab8 |
|
BLAKE2b-256 | cca4948440a6c726f1fcc272e678fdd5904e09b0333f4fb5e9aed0673cd870ef |
Close
Hashes for aws_cdk.lambda_layer_kubectl-1.142.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4c8f307b9ab298962b21195b07bffd31eaa9285659d9f7d6c0a59457dcd25f61 |
|
MD5 | 13c5d485703b03a0f876f50c86f86264 |
|
BLAKE2b-256 | 2eaa09117013665638b81bf364ed2ec45a83f555bc8ad923fc8f00852f709f32 |