Skip to content

Instantly share code, notes, and snippets.

@jmrobles
Created October 3, 2021 22:05
Show Gist options
  • Save jmrobles/c622cf2f2f7999d37dd97867a5004e98 to your computer and use it in GitHub Desktop.
Save jmrobles/c622cf2f2f7999d37dd97867a5004e98 to your computer and use it in GitHub Desktop.
def handle(req):
"""handle a request to the function
Args:
req (str): request body
"""
return req
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment