Security News
CISA Brings KEV Data to GitHub
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
aws-lambda-http-server
Advanced tools
Call your http server stack code using an in memory http listener. No sockets needed.
Should work with any http framework.
Tests include the following http frameworks.
require('http').createServer((req, res) => {
if (req.url === '/hello') return res.end('world')
})
.listen(5000)
exports.proxy = require('aws-lambda-http-server')
require('./server.js')
service: test
provider:
name: aws
runtime: nodejs12.x
region: eu-west-1
functions:
proxy:
handler: aws-lambda.proxy
events:
- http:
path: /{proxy+}
method: any
- http:
path: ''
method: any
FAQs
run http server as aws lambda function
The npm package aws-lambda-http-server receives a total of 108 weekly downloads. As such, aws-lambda-http-server popularity was classified as not popular.
We found that aws-lambda-http-server 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
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
Security News
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
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.