- A basic function (“Hello world!”)
- A function with dependencies
- A function for accessing a data request/response
C#
Basic C# “hello world” function
C# function with dependencies
This function uses theYamlDotNet
dependencies.
C# function accessing the data request
For all runtimes, you can find the request object in theevent
map field. Each language has a unique type. For C#, it’s HttpRequest
from Microsoft.AspNetCore.Http
.
Go
Basic Go “hello world” function
Go function with dependencies
This function uses theyaml
dependencies.