I have a simple AWS Lambda function as shown below:
exports.handler = async function (event, context) { console.log(\'Received event:\', event); conte