mirror of
https://github.com/serverless/serverless.git
synced 2025-12-08 19:46:03 +00:00
6 lines
148 B
Python
6 lines
148 B
Python
def hello(event, context):
|
|
return {
|
|
"message": "Go Serverless v1.0! Your function executed successfully!",
|
|
"event": event
|
|
}
|