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.
Release files for thpham.lambda-layer-helmfile-v0 2.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| thpham.lambda-layer-helmfile-v0-2.0.2.tar.gz | 43.4 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| thpham.lambda_layer_helmfile_v0-2.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 86.8 MB
Release files / thpham.lambda-layer-helmfile-v0-2.0.2.tar.gz
| Download URL | thpham.lambda-layer-helmfile-v0-2.0.2.tar.gz |
|---|---|
| Size | 43.4 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3bb156639ab1f9c75cdf0084c3f8814502b5486ecc5eae8cb0a2755aa597c59a
|
|
BLAKE2b-256 checksum How to use checksums |
d740973566d333a540e6d6da70af3eadeb189836a541805e69711fbc69dbb49e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / thpham.lambda_layer_helmfile_v0-2.0.2-py3-none-any.whl
| Download URL | thpham.lambda_layer_helmfile_v0-2.0.2-py3-none-any.whl |
|---|---|
| Size | 43.4 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
04777c31541f08a46cc3a32257afc434f3528d4100bc2db0feb06fa7fd8d65ac
|
|
BLAKE2b-256 checksum How to use checksums |
14b0478784ee9d0430d978553a844e91861e3b765e5da9d7f38bba239b6657e1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|