AWS CDK construct that packages the curl binary as a Lambda Layer for Python 3.8+ runtimes. Current version 2.0.838. Pre-built layer version is published alongside.
pip install cdk-lambda-layer-curlVerified import paths — ran on the pinned version, not inferred.
Creates a Curl Lambda Layer in your stack.
Check the README for region availability or consider building from source using Docker.
Update imports: `from cdk_lambda_layer_curl import CurlLayer`
Run `pip install cdk-lambda-layer-curl` and use `from cdk_lambda_layer_curl import CurlLayer`.
Give each CurlLayer instance a unique second argument (e.g., 'CurlLayer1', 'CurlLayer2').