hosting
Serverless lambda functions
Deploy and run serverless lambda functions with zero infra management
Call a function by name
Delete a function by name
Deploy a group of functions
Get the info for a deployed function
List all the deployed functions
Get the logs for a function
Return the backend url for proxying
Return a list of supported regions
Reserve function names and resources beyond free quota
Return a list of supported runtimes
Update a function. Downloads the source, builds and redeploys
Call Request
Response
{
"response": {
"message": "Hello Alice!"
}
}