aws-cdk.lambda-layer-node-proxy-agent


Nameaws-cdk.lambda-layer-node-proxy-agent JSON
Version 1.204.0 PyPI version JSON
download
home_pagehttps://github.com/aws/aws-cdk
SummaryAn AWS Lambda layer that contains the `proxy-agent` NPM dependency
upload_time2023-06-19 21:08:29
maintainer
docs_urlNone
authorAmazon Web Services
requires_python~=3.7
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 the NPM dependency proxy-agent

<!--BEGIN STABILITY BANNER-->---


![cdk-constructs: Stable](https://img.shields.io/badge/cdk--constructs-stable-success.svg?style=for-the-badge)

---
<!--END STABILITY BANNER-->

This module exports a single class called `NodeProxyAgentLayer` which is a `lambda.Layer` that bundles the NPM dependency [`proxy-agent`](https://www.npmjs.com/package/proxy-agent).

> * proxy-agent Version: 5.0.0

Usage:

```python
from aws_cdk.lambda_layer_node_proxy_agent import NodeProxyAgentLayer
import aws_cdk.aws_lambda as lambda_

# fn: lambda.Function

fn.add_layers(NodeProxyAgentLayer(self, "NodeProxyAgentLayer"))
```

[`proxy-agent`](https://www.npmjs.com/package/proxy-agent) will be installed under `/nodejs/node_modules`.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/aws/aws-cdk",
    "name": "aws-cdk.lambda-layer-node-proxy-agent",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "~=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Amazon Web Services",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/4f/86/a3bad09d0a12854d40bdaf003de311f2e62ae22eeb3a6b09a425e484168f/aws-cdk.lambda-layer-node-proxy-agent-1.204.0.tar.gz",
    "platform": null,
    "description": "# AWS Lambda Layer with the NPM dependency proxy-agent\n\n<!--BEGIN STABILITY BANNER-->---\n\n\n![cdk-constructs: Stable](https://img.shields.io/badge/cdk--constructs-stable-success.svg?style=for-the-badge)\n\n---\n<!--END STABILITY BANNER-->\n\nThis module exports a single class called `NodeProxyAgentLayer` which is a `lambda.Layer` that bundles the NPM dependency [`proxy-agent`](https://www.npmjs.com/package/proxy-agent).\n\n> * proxy-agent Version: 5.0.0\n\nUsage:\n\n```python\nfrom aws_cdk.lambda_layer_node_proxy_agent import NodeProxyAgentLayer\nimport aws_cdk.aws_lambda as lambda_\n\n# fn: lambda.Function\n\nfn.add_layers(NodeProxyAgentLayer(self, \"NodeProxyAgentLayer\"))\n```\n\n[`proxy-agent`](https://www.npmjs.com/package/proxy-agent) will be installed under `/nodejs/node_modules`.\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "An AWS Lambda layer that contains the `proxy-agent` NPM dependency",
    "version": "1.204.0",
    "project_urls": {
        "Homepage": "https://github.com/aws/aws-cdk",
        "Source": "https://github.com/aws/aws-cdk.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a088d698ac830ff1cb2603798315e5d48a8e0917cc42b54414aa065cc4c0d9e7",
                "md5": "616e87deee7daeac9404156c7f398fe4",
                "sha256": "b1a313faf383b988fde52e66ea2d0fadd76e7e9d2492d05f6d175f79c7669650"
            },
            "downloads": -1,
            "filename": "aws_cdk.lambda_layer_node_proxy_agent-1.204.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "616e87deee7daeac9404156c7f398fe4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.7",
            "size": 1329190,
            "upload_time": "2023-06-19T21:02:27",
            "upload_time_iso_8601": "2023-06-19T21:02:27.771307Z",
            "url": "https://files.pythonhosted.org/packages/a0/88/d698ac830ff1cb2603798315e5d48a8e0917cc42b54414aa065cc4c0d9e7/aws_cdk.lambda_layer_node_proxy_agent-1.204.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4f86a3bad09d0a12854d40bdaf003de311f2e62ae22eeb3a6b09a425e484168f",
                "md5": "11361338bbf5928471be0b29e34d03e8",
                "sha256": "3e7678cc3550087d9c1e5bd16371e82af64af70276fb1d0308733f86bcba6ae8"
            },
            "downloads": -1,
            "filename": "aws-cdk.lambda-layer-node-proxy-agent-1.204.0.tar.gz",
            "has_sig": false,
            "md5_digest": "11361338bbf5928471be0b29e34d03e8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.7",
            "size": 1329875,
            "upload_time": "2023-06-19T21:08:29",
            "upload_time_iso_8601": "2023-06-19T21:08:29.632603Z",
            "url": "https://files.pythonhosted.org/packages/4f/86/a3bad09d0a12854d40bdaf003de311f2e62ae22eeb3a6b09a425e484168f/aws-cdk.lambda-layer-node-proxy-agent-1.204.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-19 21:08:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "aws",
    "github_project": "aws-cdk",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "aws-cdk.lambda-layer-node-proxy-agent"
}
        
Elapsed time: 0.16150s