auths
objectreturn
or this.key = 'value'
, pass input data to your code viaparams
, and maintain state across executions with$checkpoint.async
(event, steps) => {
}
console.log("This is Node.js code");
console.log(
`Here are all the keys I sent in my event body: ${$context}`
);
// $event contains the event data that triggered a workflow
console.log(
`Here are all the keys I sent in my event body: ${$event.url}`
);