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.141.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f631f437e959efbbc5623fe4d5fe111b2c1e9552d943a323c4bab1c1bd1d8d6 |
|
MD5 | 2d21408578e416a37b1a67b346290128 |
|
BLAKE2b-256 | 15205450816b735c9b8ec8305d1a5cf01d8dac7430f939cee5e5cf5d4907ce6b |
Close
Hashes for aws_cdk.lambda_layer_kubectl-1.141.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 010e553430a8a70f89b069d8bb5de61be4262597c3b4279a7a843e941f839cc8 |
|
MD5 | 028ed926111b1c9ccdae6203da182fc8 |
|
BLAKE2b-256 | 3c96b4331d3d054d1f7600287ebc75bc0bb9db098b79d2cba590f889c1e0424e |