Skip to main content

Lambda Layer for wget

Project description

AWS Lambda Layer with wget

NPM version PyPI version Release Gitpod Ready-to-Code

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')]
});

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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

cdk_lambda_layer_wget-2.0.423-py3-none-any.whl (6.0 MB view details)

Uploaded Python 3

File details

Details for the file cdk_lambda_layer_wget-2.0.423-py3-none-any.whl.

File metadata

File hashes

Hashes for cdk_lambda_layer_wget-2.0.423-py3-none-any.whl
Algorithm Hash digest
SHA256 6de2167caecc2498b14bfcabd27a9c3e81ef312f595fb07838964092e0c33ad0
MD5 1e1af19ba30bb199c03c10d3827409de
BLAKE2b-256 51081f8f5e1454bd8c57d1f270115d9bde41d26db1e8d7527e5c5e1ad907a296

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page