auths
objectreturn
or this.key = 'value'
, pass input data to your code viaparams
, and maintain state across executions with$checkpoint.async
(event, steps) => {
}
const simpleParser = require('mailparser').simpleParser;
this.parsed = await simpleParser($event.content);
this.lines = this.parsed.text.split("\n")
this.content = this.lines.slice(10,11).join("\n")