Created
August 24, 2018 15:46
-
-
Save Juice10/1dcef01f0d05b2689bcae5e9c6b6f69c to your computer and use it in GitHub Desktop.
Bare minimum Serverless action
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def main(params) | |
{ hello: "world" } | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment