tyrewt: invoke lambda

rtchandler_fix
Bernd Brandl 2022-06-14 11:40:42 +02:00
parent 83c32035ce
commit 82ad483f2f
1 changed files with 9 additions and 0 deletions

View File

@ -2,6 +2,7 @@ config:
- customService1: template-1-1.json - customService1: template-1-1.json
- customService2: template-1-1.json - customService2: template-1-1.json
- customService3: template-2-1.json - customService3: template-2-1.json
- customService4: template-1-1.json
customService1: customService1:
- name: "ts-tyrewt: ifs-001 (Kinesis) TyreWtIncoming - IN" - name: "ts-tyrewt: ifs-001 (Kinesis) TyreWtIncoming - IN"
@ -30,3 +31,11 @@ customService3:
- methodArgs2: java.lang.String,com.bmw.cc.tstyrewt.integration.buffer.entity.MessageType - methodArgs2: java.lang.String,com.bmw.cc.tstyrewt.integration.buffer.entity.MessageType
- returnType2: void - returnType2: void
- skipDeployment: "false" - skipDeployment: "false"
customService4:
- name: "ts-tyrewt-lambda: ifs-001 (Lambda) TimberData - OUT"
- className: com.bmw.cc.tstyrewt.integration.ef.lambda.boundary.LambdaESI
- methodName: invokeLambdaFunction
- methodArgs: com.bmw.cc.tstyrewt.integration.ef.lambda.entity.LambdaPayload
- returnType: void
- skipDeployment: "false"