auths objectreturn or this.key = 'value', pass input data to your code viaparams, and maintain state across executions with$checkpoint.async (event, steps) => {}const inspect = require('util').inspect
$respond({
immediate: true,
status: 200,
body: {
inspect: event
},
headers: {
"Content-Type": "application/json"
}
})