mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
3 lines
128 B
Python
3 lines
128 B
Python
def hello(event, context):
|
|
return { "message": "Go Serverless v1.0! Your function executed successfully!", "event": event }
|