
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
A tiny development web server that wraps over AWS lambda handlers
If you're tired of how slow sam local start-api is for local development, you can use lamba to serve local endpoints corresponding to the AWS SAM lambda handlers in your codebase. Thrown together in an afternoon -- still very much in development.
lamba [path_to_config=./lamba.json]
Configuration happens through a lamba.json file. If one isn't passed as an argument, tries to default to a launch.json file in the current folder.
Example structure
{
"port": 6987,
"routes": [
{
"path": "/local_path_starting_with_slash",
"endpoint": "/endpoint_starting_with_slash/:optional_path_param"
},
...
]
"env": [
"key": "value",
...
]
}
Licensed under the MIT License. Made by Marko Calasan, 2023.
FAQs
A wrapper over an Express server AWS SAM functions
The npm package lamba receives a total of 0 weekly downloads. As such, lamba popularity was classified as not popular.
We found that lamba 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.