agent-claw: automated task changes
This commit is contained in:
1
cdk/node_modules/aws-cdk-lib/aws-appsync/test/verify/eventapi-lambda-direct/handler.js
generated
vendored
Normal file
1
cdk/node_modules/aws-cdk-lib/aws-appsync/test/verify/eventapi-lambda-direct/handler.js
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
"use strict";exports.handler=async context=>{if(context.info.operation==="PUBLISH")return{events:context.events.map(ev=>({id:ev.id,payload:{...ev.payload,with:`hello world from ${ev.id}`}}))};if(context.info.operation!=="SUBSCRIBE")throw new Error("Unknown operation")};
|
||||
Reference in New Issue
Block a user