auths
objectreturn
or this.key = 'value'
, pass input data to your code viaparams
, and maintain state across executions with$checkpoint.async
(event, steps) => {
}
const data = [
{ name: "Luke", title: "Jedi" },
{ name: "Leia", title: "General" }
]
// See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_objects/Object/values
return data.map(obj => Object.values(obj))