@LambdaFunction(functionName = "lambda-selenium-function") TestResult runTest(TestRequest testRequest);
@LambdaFunction(functionName="account-activated", logType = LogType.Tail) Account accountActivated(AccountEvent event);
@LambdaFunction(functionName="account-suspended", logType = LogType.Tail) Account accountSuspended(AccountEvent event);
@LambdaFunction(functionName="commit-metrics", logType = LogType.Tail) Map<String, Object> tightCouplingQuery(Map event);
@LambdaFunction DefaultServiceResponse execute(ServiceRequest request);
@LambdaFunction(functionName="TableSegmentScannerFunction", logType=LogType.Tail) boolean scanSegment(SegmentScannerInput input);