Skip to content

Instantly share code, notes, and snippets.

@grant
Created April 21, 2020 20:55
Show Gist options
  • Select an option

  • Save grant/a7c85a6ad6fdb3d7765e153d73583322 to your computer and use it in GitHub Desktop.

Select an option

Save grant/a7c85a6ad6fdb3d7765e153d73583322 to your computer and use it in GitHub Desktop.
Ruby FF App
require "functions_framework"
FunctionsFramework.http("hello") do |request|
"Hello, world!\n"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment