mirror of
https://github.com/serverless/serverless.git
synced 2025-12-08 19:46:03 +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 }
|