1. SAP Help Portal
SAP Business Technology Platform: In the section on the Kyma environment
Serverless is described as the component for building event-driven applications using Functions. It states
"With Serverless in Kyma
you can build event-driven and serverless applications. You can create Functions which are stateless
and you can trigger them with Events or HTTP calls." This directly supports implementing a flexible
event-triggered fraud check. (SAP Help Portal
Kyma Environment -> Develop -> Serverless).
2. Kyma Project Documentation: The official open-source documentation for Kyma
which is the foundation of the SAP BTP
Kyma runtime
describes Functions as a way to "extend your applications with custom logic." This aligns with the use case of adding a custom fraud check. (kyma-project.io
Documentation -> Components -> Serverless).
3. SAP Help Portal
SAP Business Technology Platform: The documentation for the Application Connector explains its purpose: "The Application Connector is a component that allows you to connect applications and expose their APIs and Events in the Kyma runtime." This clarifies its role is connectivity
not logic execution. (SAP Help Portal
Kyma Environment -> Extend -> Application Connector).