Serverless functions are blocks of code that run on demand without the need to manage any infrastructure.
You can develop functions on your local machine and then deploy them to a namespace using doctl
, the official DigitalOcean CLI tool.
The Serverless Functions API currently only supports creating and managing namespaces.