Skip to content

Instantly share code, notes, and snippets.

@gofenix
Created October 27, 2022 13:50
Show Gist options
  • Save gofenix/6dfcf476e42300ede4a03847ed6c6b13 to your computer and use it in GitHub Desktop.
Save gofenix/6dfcf476e42300ede4a03847ed6c6b13 to your computer and use it in GitHub Desktop.
hello world from FaaS3.
export function handler() {
return "hello world"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment