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