hosting

Functions

Serverless lambda functions

Introduction

Deploy and run serverless lambda functions with zero infra management

Features

Call

Call a function by name

Delete

Delete a function by name

Deploy

Deploy a group of functions

Describe

Get the info for a deployed function

List

List all the deployed functions

Logs

Get the logs for a function

Proxy

Return the backend url for proxying

Regions

Return a list of supported regions

Reserve

Reserve function names and resources beyond free quota

Runtimes

Return a list of supported runtimes

Update

Update a function. Downloads the source, builds and redeploys

Pricing

EndpointCredits
CallBase
DeleteBase
DeployBase
DescribeBase
ListBase
LogsBase
ProxyBase
RegionsBase
Reserve1
RuntimesBase
UpdateBase

Base requests are 0.000001 credit per request (1 credit = $1 USD)

Example

Call Request

Response

{
    "response": {
        "message": "Hello Alice!"
    }
}