Docs
Blog
Contact
Instant API Endpoints
Write your handler code in the editor below.
Click "Deploy" to make your function live.
You API is hosted at the Endpoint URL. Test it with Curl, Postman, etc.
Come back to this function later using the Function URL
Logs will appear below the code editor
Request Example
Response Example
Full Documentation
Function URL:
Endpoint URL:
View Logs
Deploy
1
2
3
4
5
from
datetime
import
datetime
def
handler
(
request
)
:
print
(
'Hello'
)
return
f
'The time is {datetime.now()}'
Logs
Previous
Page 1 of 1
Next