'use strict'; exports.main = async (event, context) => { console.log('test run event:', event); return { ok:true, now: Date.now(), event }; };