A Lambda Layer that contains Helmfile v0
Project description
Lambda Layer with Helmfile
---This module exports a single class called HelmfileLayer which is a lambda.LayerVersion that
bundles the helm and the
helmfile command line.
- Helm Version: 3.15.3
- Helmfile Version: 0.166.0
Usage:
// HelmfileLayer bundles the 'helm' and 'helmfile' command lines
import { HelmfileLayer } from '@thkpham/lambda-layer-helmfile-v0';
import * as lambda from 'aws-cdk-lib/aws-lambda';
declare const fn: lambda.Function;
const helmfile = new HelmfileLayer(this, 'HelmfileLayer');
fn.addLayers(helmfile);
helm will be installed under /opt/helm/helm and helmfile will be installed under /opt/helmfile/helmfile.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file thpham.lambda-layer-helmfile-v0-2.0.1.tar.gz.
File metadata
- Download URL: thpham.lambda-layer-helmfile-v0-2.0.1.tar.gz
- Upload date:
- Size: 43.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
149a884b7f03d136739b454ee67ba3ddda7d197278808a5a033db08ef18c61ec
|
|
| MD5 |
4b6f13d9393bae201f20d47ac89744dc
|
|
| BLAKE2b-256 |
ee30e5d3b8e9626b8db67ca5d4baa26a00cd63ce64c4dcfee69f1f07fd1eef2b
|
File details
Details for the file thpham.lambda_layer_helmfile_v0-2.0.1-py3-none-any.whl.
File metadata
- Download URL: thpham.lambda_layer_helmfile_v0-2.0.1-py3-none-any.whl
- Upload date:
- Size: 43.4 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5ad3cacfcc440977e270090abf37c0075b7c16c6e208abdb50006c0d99a13aa1
|
|
| MD5 |
6a267b495185ea2d42f9df1a7e8e7a7a
|
|
| BLAKE2b-256 |
28f3135c8eafb131e90d1a7fb84a7181ee710f51af3a3705f01dab675e616a9a
|