added lambda OUT

rtchandler_fix
Bernd Brandl 2022-06-17 13:51:06 +02:00
parent 881314ae8d
commit e89b825a99
1 changed files with 9 additions and 0 deletions

View File

@ -1,6 +1,7 @@
config: config:
- customService1: template-1-1.json - customService1: template-1-1.json
- customService2: template-1-1.json - customService2: template-1-1.json
- customService3: template-1-1.json
customService1: customService1:
- name: "ifs-003 (SQS) TyrediLambdaIn - IN" - name: "ifs-003 (SQS) TyrediLambdaIn - IN"
@ -17,3 +18,11 @@ customService2:
- methodArgs: software.amazon.kinesis.lifecycle.events.ProcessRecordsInput - methodArgs: software.amazon.kinesis.lifecycle.events.ProcessRecordsInput
- returnType: void - returnType: void
- skipDeployment: "false" - skipDeployment: "false"
customService3:
- name: "(Lambda) TyreData - OUT"
- className: com.bmw.cc.tstyredi.integration.lambda.control.lambda.LambdaESI
- methodName: invokeLambdaFunction
- methodArgs: java.lang.String,java.lang.String,java.lang.String
- returnType: void
- skipDeployment: "false"