async
params => {
}
await new Promise(resolve => setTimeout(resolve, params.ms || 0))
auths
objectreturn
or this.key = 'value'
, pass input data to your code viaparams
, and maintain state across executions with$checkpoint.async
(event, steps) => {
}
$respond({
status: 200,
body: { message: "Hello, World!"}
})