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
Endpoint | Credits |
---|---|
Call | Base |
Delete | Base |
Deploy | Base |
Describe | Base |
List | Base |
Logs | Base |
Proxy | Base |
Regions | Base |
Reserve | 1 |
Runtimes | Base |
Update | Base |
Base requests are 0.000001 credit per request (1 credit = $1 USD)
Call Request
Response
{
"response": {
"message": "Hello Alice!"
}
}