added lambda OUT
parent
881314ae8d
commit
e89b825a99
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue