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.179.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 08f8b6f011e5318ccfd47c4f2f2465b9f6bcd08c1a7ea4ec36d21c4eb8fea3a3 |
|
MD5 | 863be40da43e0ab5069957434b123689 |
|
BLAKE2b-256 | 56e39b426ee4181a632c69021b1b8ebe1aa7ae9e70584b0950616ba1b2458f6d |
Close
Hashes for aws_cdk.lambda_layer_kubectl-1.179.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f02c87054f1e420bfc82b599fdcc23fdd7e43ace422de515e3ff37ce1039218d |
|
MD5 | 9f55f964544d72d606a8edf0a0197c35 |
|
BLAKE2b-256 | f62d04589ce61664a4caf6ea97abb14c05ee5d3aced76e2a2fa9f85d3f1e48d5 |