Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
@eyevinn/dev-lambda
Advanced tools
Helper classes when developing AWS Lambda functions
Uses Fastify to setup a local endpoint to emulate ELB triggered events.
const { LambdaELB } = require("@eyevinn/dev-lambda");
const handler = async (event) => {
console.log(event);
return { statusCode: 204 };
}
(new LambdaELB({ handler })).run();
Eyevinn Technology is an independent consultant firm specialized in video and streaming. Independent in a way that we are not commercially tied to any platform or technology vendor.
At Eyevinn, every software developer consultant has a dedicated budget reserved for open source development and contribution to the open source community. This give us room for innovation, team building and personal competence development. And also gives us as a company a way to contribute back to the open source community.
Want to know more about Eyevinn and how it is to work here. Contact us at work@eyevinn.se!
FAQs
Libraries to facilitate development of Lambda functions
The npm package @eyevinn/dev-lambda receives a total of 2,639 weekly downloads. As such, @eyevinn/dev-lambda popularity was classified as popular.
We found that @eyevinn/dev-lambda demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers 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
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.