Files
agent-claw/cdk/node_modules/aws-cdk-lib/aws-appsync/test/verify/eventapi-lambda-ds/handler.js
2026-05-06 18:55:16 -05:00

2 lines
118 B
JavaScript

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