Mark As Completed Discussion

A Tiny HTTP “Hello”

Using only Node.js, we spin up a tiny HTTP “Hello” response in the serverless style.

Pattern: export a handler(event, context); the platform gives you event/context and expects a response.

JAVASCRIPT
OUTPUT
:001 > Cmd/Ctrl-Enter to run, Cmd/Ctrl-/ to comment