![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
build-lambda-py.js
Advanced tools
Node CLI for building Python Lambda packages using Poetry
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 ====
FAQs
Node CLI for building Python Lambda packages using Poetry
The npm package build-lambda-py.js receives a total of 0 weekly downloads. As such, build-lambda-py.js popularity was classified as not popular.
We found that build-lambda-py.js 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.