"use strict";exports.handler=async(event,context)=>{console.log("Do something with the events!"),console.log(event)};