mirror of
https://github.com/dokku/dokku.git
synced 2025-12-16 20:17:44 +01:00
7 lines
99 B
Python
7 lines
99 B
Python
import requests
|
|
|
|
|
|
def handler(event, context):
|
|
print("Hello World!")
|
|
return "Hello World!"
|