Skip to content

Serverless mode #4579

Answered by LinusU
tysonrm asked this question in Q&A
Apr 30, 2021 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

I'm maintaining Scandium which is a tool to deploy any Express app (or any Node.js http server) directly to Lambda 🚀

The way it works is that it constructs a http.IncomingMessage and hands it to Express, so it doesn't start the server and call it via a socket. The code that runs inside the Lambda is very short and can be found in the entrypoint.js file.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@tysonrm
Comment options

@tysonrm
Comment options

Answer selected by tysonrm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants