We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 015af0e commit 37745a4Copy full SHA for 37745a4
tests/base/handler.py
@@ -1,5 +1,4 @@
1
import requests
2
3
-
4
def hello(event, context):
5
return requests.get('https://httpbin.org/get').json()
0 commit comments