auths
objectreturn
or this.key = 'value'
, pass input data to your code viaparams
, and maintain state across invocations with$checkpoint.async
(event, steps) => {
}
await $respond({
immediate: true,
status: 200,
body: "Response"
})
await $respond({
immediate: true,
status: 200,
body: "Response"
})
auths
objectreturn
or this.key = 'value'
, pass input data to your code viaparams
, and maintain state across invocations with$checkpoint.async
(event, steps) => {
}
console.log("The rest of my workflow continues running after we issue the HTTP response in the step above")
console.log("The rest of my workflow continues running after we issue the HTTP response in the step above")