For lambda layer use curl
Project description
AWS Lambda Layer with curl
Usage:
// CurlLayer bundles the curl in a lambda layer
import { CurlLayer } from 'cdk-lambda-layer-curl';
declare const fn: lambda.Function;
fn.addLayers(new CurlLayer(this, 'CurlLayer'));
import { CurlLayer } from 'cdk-lambda-layer-curl'
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 CurlLayer(this, 'CurlLayer')]
});
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 cdk-lambda-layer-curl-1.0.754.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 391cd0b7b868e397896279d411973e510823cbcc3f31b6551cd2b80bfe147350 |
|
MD5 | b555fb60bbf8cc8f443ae106a013b3ad |
|
BLAKE2b-256 | 21a805db8695da5c3aea396bd1cbb5a4ed3c9611fe6a673a18bc7ed557003159 |
Close
Hashes for cdk_lambda_layer_curl-1.0.754-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 043a07ec962683f89d875ced268d2cc7549899dd4cd3d7387cd358604f4b4389 |
|
MD5 | 66fa1153b84c6315365a3c95d2b9e6d3 |
|
BLAKE2b-256 | 771de6fc165f1f8003cbfd827e55013acef88c49d53747425ee39290c405d159 |