Batch 1: ok, echo, error, cpu, slow Batch 2: jsonout, recurse, bigdata, math, timestamp Batch 3: multiline, encoding, nested, memory, chain Tests: create, update (code_hash), idempotency, destroy, re-create All 15 functions verified via curl with JWT auth
6 lines
109 B
Python
6 lines
109 B
Python
import datetime
|
|
|
|
def main():
|
|
now = datetime.datetime.utcnow().isoformat()
|
|
return f"timestamp:{now}Z"
|