skillfed

aws-cdk.asset-node-proxy-agent-v6

@aws-cdk/asset-node-proxy-agent-v6

aws-cdk-asset-node-proxy-agent-v6 v2.1.2 6.6M downloads/30d#1,883 on PyPI0
Permissive license Apache-2.0 Active released

What it is and what it does

This package is a pre-built AWS Lambda Layer containing the NPM proxy-agent library, designed to simplify proxy configuration in Lambda functions deployed via AWS CDK. Rather than bundling proxy-agent yourself, you import constants from this package (ASSET_FILE and LAYER_SOURCE_DIR) and pass them to CDK constructs, which handle uploading the layer to S3 and attaching it to your Lambda function.

The package bridges Python CDK code and Node.js runtime dependencies: it exposes the bundled proxy-agent archive and source directory path so CDK can fingerprint and deploy the layer. The proxy-agent library itself will be installed under /nodejs/node_modules in the Lambda environment, making it available to Node.js function code. It requires Python 3.9+ and depends on jsii, publication, and typeguard for type checking.

Use it for:

  • Add proxy support to Lambda functions that need to route HTTP/HTTPS traffic through a corporate proxy without managing the proxy-agent dependency yourself.
  • Deploy Lambda layers across multiple CDK stacks while maintaining consistent proxy-agent versions and asset hashing.
  • Simplify Lambda function configuration in CDK applications by importing pre-built layer constants instead of manually bundling Node.js dependencies.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Bundles the NPM proxy-agent package (version 6.3.0) as an AWS Lambda Layer asset, exposing constants for asset file and source directory paths for use in CDK applications.

Yes, if you are building AWS Lambda functions with CDK in Python and need proxy-agent in your Lambda runtime. The package is actively maintained, permissively licensed, has low install friction, and eliminates manual dependency bundling. Install only if you are already using AWS CDK; it is not useful outside that context.

Install

aws-cdk-asset-node-proxy-agent-v6 on PyPI

pip

pip install aws-cdk-asset-node-proxy-agent-v6

uv

uv add aws-cdk-asset-node-proxy-agent-v6

poetry

poetry add aws-cdk-asset-node-proxy-agent-v6

Installing aws-cdk.asset-node-proxy-agent-v6

Before you install

Low install friction with a pure-Python wheel distribution. Actively maintained as of 2026-08-10 with production-stable status. Three runtime dependencies (jsii, publication, typeguard) are standard CDK tooling.

License in practice

Licensed under Apache-2.0 (permissive), allowing use in commercial and open-source projects with minimal restrictions.

Quickstart

from aws_cdk_asset_node_proxy_agent_v6 import ASSET_FILE, LAYER_SOURCE_DIR

# Use ASSET_FILE and LAYER_SOURCE_DIR with CDK Asset and LayerVersion constructs
# to deploy the bundled proxy-agent as a Lambda layer

Requires Python 3.9 or later; intended for use within AWS CDK application stacks.

Verify before relying

  • Whether the bundled proxy-agent version 6.3.0 receives security updates independently or only through this package.
  • Whether the layer is compatible with all Lambda runtimes or specific Node.js versions only.
  • Specific AWS CDK version compatibility requirements beyond the runtime dependencies listed.

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (~=3.9)
Install friction low — pure-Python wheel
Runtime dependencies 3 — jsii, publication, typeguard
Maintenance actively maintained — 91 days since the last release
Last repo commit
First released
Downloads 6,592,710/month — #1,883 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: aws_cdk_asset_node_proxy_agent_v6-2.1.2-py3-none-any.whl

Development Status :: 5 - Production/StableIntended Audience :: DevelopersLicense :: OSI ApprovedOperating System :: OS IndependentProgramming Language :: JavaScriptProgramming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.9Typing :: Typed

Tags

aws lambda layer proxy agentcdk asset node proxyaws cdk npm dependency bundlinglambda layer asset constantsproxy-agent lambda layer
aws-cdklambda-layernpm-bundling

More Build Tools packages

packaging

Provides reusable utilities for Python…

permissive · top 100 on PyPI

tqdm

Wraps any iterable to display a real-time…

copyleft · top 100 on PyPI

pip

pip is the standard installer for Python…

permissive · top 100 on PyPI

hatchling

Hatchling is a standards-compliant Python build…

permissive · top 100 on PyPI

grpcio-tools

Generates Python gRPC service stubs and message…

permissive · top 1,000 on PyPI

pre-commit

pre-commit is a framework for installing and…

permissive · top 1,000 on PyPI

aws-cdk.asset-awscli-v1

Bundles AWS CLI v1 as a reusable asset for AWS…

permissive · top 5,000 on PyPI

aws-cdk.asset-node-proxy-agent-v5

Bundles the NPM proxy-agent package as an AWS…

permissive · top 15,000 on PyPI

aws-cdk.asset-kubectl-v20

Provides a Lambda Layer containing kubectl…

permissive · top 5,000 on PyPI

aws-cdk.lambda-layer-kubectl-v35

Provides a Lambda Layer packaging kubectl…

permissive · top 15,000 on PyPI

aws-cdk.aws-s3-assets

Packages local files and directories for…

permissive · top 15,000 on PyPI

aws-cdk.aws-ecr-assets

Bundles Docker images as AWS CDK assets,…

permissive · top 15,000 on PyPI

aws-cdk.aws-imagebuilder

Provides AWS CDK L1 constructs for defining and…

permissive · top 15,000 on PyPI

aws-cdk.aws-lambda

Defines AWS Lambda functions and layers as…

permissive · top 15,000 on PyPI

aws-cdk.aws-lambda-python-alpha

Provides AWS CDK constructs for defining,…

permissive · top 5,000 on PyPI

aws-cdk.aws-sam

Provides AWS CDK v1 constructs for defining…

permissive · top 15,000 on PyPI