Skip to content

Instantly share code, notes, and snippets.

@Juice10
Created August 24, 2018 15:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Juice10/1dcef01f0d05b2689bcae5e9c6b6f69c to your computer and use it in GitHub Desktop.
Save Juice10/1dcef01f0d05b2689bcae5e9c6b6f69c to your computer and use it in GitHub Desktop.
Bare minimum Serverless action
def main(params)
{ hello: "world" }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment