DigitalOcean Functions

2022, May, 25

Serverless

DigitalOcean has launched their Function-As-A-Service (Serverless) offering Functions

Function based tutorial can be found here

A simple function in python3.9: function_screenshot

  • 'main' function is the default entry point
  • 'args' passed in 'main'function contain the query-params used in calling Function url.