DigitalOcean has launched their Function-As-A-Service (Serverless) offering Functions
Function based tutorial can be found here
A simple function in python3.9:
- 'main' function is the default entry point
- 'args' passed in 'main'function contain the query-params used in calling Function url.