cdk-lambda-layer-curl


Namecdk-lambda-layer-curl JSON
Version 2.0.728 PyPI version JSON
download
home_pagehttps://github.com/clarencetw/cdk-lambda-layer-curl.git
SummaryFor lambda layer use curl
upload_time2024-04-26 01:08:24
maintainerNone
docs_urlNone
authorclarencetw<mr.lin.clarence@gmail.com>
requires_python~=3.8
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # AWS Lambda Layer with curl

[![NPM version](https://badge.fury.io/js/cdk-lambda-layer-curl.svg)](https://badge.fury.io/js/cdk-lambda-layer-curl)
[![PyPI version](https://badge.fury.io/py/cdk-lambda-layer-curl.svg)](https://badge.fury.io/py/cdk-lambda-layer-curl)
![Release](https://github.com/clarencetw/cdk-lambda-layer-curl/workflows/release/badge.svg)
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/clarencetw/cdk-lambda-layer-curl)

Usage:

```python
// 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'));
```

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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/clarencetw/cdk-lambda-layer-curl.git",
    "name": "cdk-lambda-layer-curl",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "~=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "clarencetw<mr.lin.clarence@gmail.com>",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/a0/fb/e43eee7c9078e5411964e23fd4a5fd90c540aaf600e99220fccf288bea08/cdk-lambda-layer-curl-2.0.728.tar.gz",
    "platform": null,
    "description": "# AWS Lambda Layer with curl\n\n[![NPM version](https://badge.fury.io/js/cdk-lambda-layer-curl.svg)](https://badge.fury.io/js/cdk-lambda-layer-curl)\n[![PyPI version](https://badge.fury.io/py/cdk-lambda-layer-curl.svg)](https://badge.fury.io/py/cdk-lambda-layer-curl)\n![Release](https://github.com/clarencetw/cdk-lambda-layer-curl/workflows/release/badge.svg)\n[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/clarencetw/cdk-lambda-layer-curl)\n\nUsage:\n\n```python\n// CurlLayer bundles the curl in a lambda layer\nimport { CurlLayer } from 'cdk-lambda-layer-curl';\n\ndeclare const fn: lambda.Function;\nfn.addLayers(new CurlLayer(this, 'CurlLayer'));\n```\n\n```python\nimport { CurlLayer } from 'cdk-lambda-layer-curl'\nimport * as lambda from 'aws-cdk-lib/aws-lambda'\n\nnew lambda.Function(this, 'MyLambda', {\n  code: lambda.Code.fromAsset(path.join(__dirname, 'my-lambda-handler')),\n  handler: 'index.main',\n  runtime: lambda.Runtime.PYTHON_3_9,\n  layers: [new CurlLayer(this, 'CurlLayer')]\n});\n```\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "For lambda layer use curl",
    "version": "2.0.728",
    "project_urls": {
        "Homepage": "https://github.com/clarencetw/cdk-lambda-layer-curl.git",
        "Source": "https://github.com/clarencetw/cdk-lambda-layer-curl.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a602edd2f0394f8a55472f8abd615df6546cd32d7c7259db97deb5fd80dc4404",
                "md5": "b761d84d5d1f1cfddbc9ea6830555f59",
                "sha256": "441b695ff93675934b49ccddd1268ef54921b322d9cd415f7aec7c068dec87b4"
            },
            "downloads": -1,
            "filename": "cdk_lambda_layer_curl-2.0.728-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b761d84d5d1f1cfddbc9ea6830555f59",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.8",
            "size": 1577882,
            "upload_time": "2024-04-26T01:08:15",
            "upload_time_iso_8601": "2024-04-26T01:08:15.383622Z",
            "url": "https://files.pythonhosted.org/packages/a6/02/edd2f0394f8a55472f8abd615df6546cd32d7c7259db97deb5fd80dc4404/cdk_lambda_layer_curl-2.0.728-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a0fbe43eee7c9078e5411964e23fd4a5fd90c540aaf600e99220fccf288bea08",
                "md5": "e567ebd2e2630cfc54630c7435f696c7",
                "sha256": "435e3fcd448772f563e2ce84f9fae87b02fb491ce5e52f118bbccf73ba2a3dc3"
            },
            "downloads": -1,
            "filename": "cdk-lambda-layer-curl-2.0.728.tar.gz",
            "has_sig": false,
            "md5_digest": "e567ebd2e2630cfc54630c7435f696c7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.8",
            "size": 1579140,
            "upload_time": "2024-04-26T01:08:24",
            "upload_time_iso_8601": "2024-04-26T01:08:24.579988Z",
            "url": "https://files.pythonhosted.org/packages/a0/fb/e43eee7c9078e5411964e23fd4a5fd90c540aaf600e99220fccf288bea08/cdk-lambda-layer-curl-2.0.728.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-26 01:08:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "clarencetw",
    "github_project": "cdk-lambda-layer-curl",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "cdk-lambda-layer-curl"
}
        
Elapsed time: 0.25165s