I\'m trying to insert a record into DynamoDB invoking \"Pre sign-up\" trigger of Cognito User Pool.
Lambda function is pretty simple for testing purposes but there i
Try returning callback("null", event);
callback("null", event);
This should solve your problem.