Lambda Layer for tar gz 7z
Project description
AWS Lambda Layer with zip
Usage:
// ZipLayer bundles the tar gzip 7z in a lambda layer
import { ZipLayer } from 'cdk-lambda-layer-zip';
declare const fn: lambda.Function;
fn.addLayers(new ZipLayer(this, 'ZipLayer'));
import { ZipLayer } from 'cdk-lambda-layer-zip'
import * as lambda from 'aws-cdk-lib/aws-lambda'
new lambda.Function(this, 'MyLambda', {
code: lambda.Code.fromAsset(path.join(__dirname, 'my-lambda-handler')),
handler: 'index.main',
runtime: lambda.Runtime.PYTHON_3_9,
layers: [new ZipLayer(this, 'ZipLayer')]
});
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 cdk-lambda-layer-zip-1.0.324.tar.gz.
File metadata
- Download URL: cdk-lambda-layer-zip-1.0.324.tar.gz
- Upload date:
- Size: 6.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1b2dbe124ad62b02bbe5bc2f045c29eee993bbc631bb14b0b8cbf15d7f2bd73
|
|
| MD5 |
0785ed53f08aa5f8b43a4c1a64200fa3
|
|
| BLAKE2b-256 |
61c0a5ad0ec6fc3ce995ba868826aefa0be52f3083b9bf8104b9733322204432
|
File details
Details for the file cdk_lambda_layer_zip-1.0.324-py3-none-any.whl.
File metadata
- Download URL: cdk_lambda_layer_zip-1.0.324-py3-none-any.whl
- Upload date:
- Size: 6.8 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8497bb6205ad748119ad731155b8ba049ee9152d297c3d052ae830e55ab46578
|
|
| MD5 |
6aef89687f6bdcf1b3b74f4c3c2ba786
|
|
| BLAKE2b-256 |
8cf497ad421729ec82c631ce330a60be01bdbd4dd65bd3ba1c150306ace4a03e
|