auths
objectreturn
or this.key = 'value'
, pass input data to your code viaparams
, and maintain state across executions with$checkpoint.async
(event, steps) => {
}
if(steps.trigger.raw_event.uri === '/favicon.ico'){
$end('Ignore favicon request')
}
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("Use this code step to execute any Node.js code. This code will execute on every event.")
$respond({
status: 200,
body: `Your IP address is ${event.client_ip}`}
)