JunheeLee

Results 1 comments of JunheeLee

module.exports.handler = async (event, context, callback) => { let result = null; let browser = null; let bodyContent = event.data; let headerTemplate = event.headerTemplate || '' let footerTemplate = event.footerTemplate...