UNPKG

@jessiehernandez/aws-synthetics-local

Version:
10 lines (8 loc) 260 B
const synthetics = require('Synthetics') const log = require('SyntheticsLogger') exports.handler = async () => { let page = await synthetics.getPage() await synthetics.executeStep('test', async () => { await page.goto('https://www.google.com') }) }