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.200.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca2cee741af5c1750b2d9a761b5c91087b29b53b170960c8072472debd51ea47 |
|
MD5 | 6bc67506b3100503c0d95d90f16b72b7 |
|
BLAKE2b-256 | 7bc67b0e3d32b4ecd1e39503e5607945fce22176ad12d84831e151d06fe9b9e4 |
Close
Hashes for aws_cdk.lambda_layer_kubectl-1.200.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1331643075ed0a4dcce36b89673631f2910dcf6e4eb977e982eaff814c07edad |
|
MD5 | 57d61cc2b0370f0cdb4d2683b65a2cf9 |
|
BLAKE2b-256 | da03f749a7945fbb8424c0790779a87fe7257fb5780b7c85614d1448a2cc761c |