diff --git a/BMW-Dynatrace-config/CD_VDLM_ts-tyredi/custom-service-java/custom-service-java.yaml b/BMW-Dynatrace-config/CD_VDLM_ts-tyredi/custom-service-java/custom-service-java.yaml index ffb4fc62..fb9c96c2 100644 --- a/BMW-Dynatrace-config/CD_VDLM_ts-tyredi/custom-service-java/custom-service-java.yaml +++ b/BMW-Dynatrace-config/CD_VDLM_ts-tyredi/custom-service-java/custom-service-java.yaml @@ -1,6 +1,7 @@ config: - customService1: template-1-1.json - customService2: template-1-1.json +- customService3: template-1-1.json customService1: - name: "ifs-003 (SQS) TyrediLambdaIn - IN" @@ -17,3 +18,11 @@ customService2: - methodArgs: software.amazon.kinesis.lifecycle.events.ProcessRecordsInput - returnType: void - 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"