Skip to content

Instantly share code, notes, and snippets.

@vicotrbb
Created October 19, 2021 00:30
Show Gist options
  • Save vicotrbb/a59e180d42d11aea3374fd102bfca780 to your computer and use it in GitHub Desktop.
Save vicotrbb/a59e180d42d11aea3374fd102bfca780 to your computer and use it in GitHub Desktop.
import json
print('Loading function')
def lambda_handler(event, context):
return {"message": "isto é uma função"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment