Skip to content

Instantly share code, notes, and snippets.

@msacar
Created July 23, 2023 16:49
Show Gist options
  • Save msacar/3fdc000e4ec3434f50e7f4b4400ca49b to your computer and use it in GitHub Desktop.
Save msacar/3fdc000e4ec3434f50e7f4b4400ca49b to your computer and use it in GitHub Desktop.
exports.handler = async (req) => {
return new Response("Hello World");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment