AWS Lambda Layer with wget
Usage:
// WgetLayer bundles the wget in a lambda layer
import { WgetLayer } from 'cdk-lambda-layer-wget';
declare const fn: lambda.Function;
fn.addLayers(new WgetLayer(this, 'WgetLayer'));
import { WgetLayer } from 'cdk-lambda-layer-wget'
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 WgetLayer(this, 'WgetLayer')]
});
Release files for cdk-lambda-layer-wget 2.0.423
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| cdk_lambda_layer_wget-2.0.423-py3-none-any.whl | Python 3 | none | any | Details |
Release files / cdk_lambda_layer_wget-2.0.423-py3-none-any.whl
| Download URL | cdk_lambda_layer_wget-2.0.423-py3-none-any.whl |
|---|---|
| Size | 6.0 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6de2167caecc2498b14bfcabd27a9c3e81ef312f595fb07838964092e0c33ad0
|
|
BLAKE2b-256 checksum How to use checksums |
51081f8f5e1454bd8c57d1f270115d9bde41d26db1e8d7527e5c5e1ad907a296
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.3
|