Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@-0/build-lambda-py
Advanced tools
build-lambda-py.js
Node CLI for building Python Lambda packages using Poetry
> node build-lambda-py help build
Usage: build-lambda-py build [options] <parent>
Builds a Python Lambda package using Poetry
Arguments:
parent [relative to script] Source directory containing all dependencies...
Suggested parent structure:
parent
├── src
│ ├── __init__.py
│ └── local_dep.py
├── handler.py
├── pyproject.toml
└── poetry.lock
Options:
-h, --handler <file> [relative to parent] Lambda handler file (default: "handler.py")
-t, --target <dir> [relative to parent] Target director containing code to bundle (default: "src")
-o, --out-dir <dir> [relative to parent] DEDICATED zip file output directory (default: "zipped")
-d, --dev-deps Include Poetry `group.dev` dependencies (default: false)
--help display help for command
> node build-lambda-py build ../terraform/lambdas/upload_mp
==== Building: ...terraform/lambdas/upload_mp ====
exporting : requirements.txt...
building : upload_mp from poetry.lock file...
rolling : wheels for dependencies...
copying : handler and src into package root...
touching : __init__.py into package root...
zipping : package as: upload_mp.zip
==== Zipped: ...upload_mp/zipped/upload_mp.zip ====
npm install -g @-0/build-lambda-py
FAQs
Node CLI for building Python Lambda packages using Poetry
We found that @-0/build-lambda-py demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.