Create sync functions
Before you creating any functions, make sure you’ve installed all the prerequisites
Sync functions are funtions whose inputs are payloads of HTTP requests, and the output or response are sent to the waiting client immediately after the function logic finishes processing the inputs payload. Below you can find some sync function examples in different languages:
Sync Functions | |
---|---|
Go | Hello World, Multi-functions, log processing, Sync function with output binding |
Nodejs | Hello World, Sync function with output binding |
Python | Hello World |
Java | Hello World |
DotNet | Hello World |
You can find more function samples here
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.