Application integration - General SAP Guides
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Application integration

Deploy Amazon API Gateway to extract data out of SAP S/4HANA via HTTP API. API Gateway can consume data from IDOC, BAPI, and RFC. These need to be translated to a web service call. For more information, see Amazon blogs. The following image shows this scenario.

Data flow with Amazon API Gateway

Data flow

  1. RISE with SAP VPC is connected to your Amazon account not managed by SAP, via Amazon Transit Gateway.

  2. Amazon API Gateway is configured to route the authentication to Amazon Lambda and Amazon Cognito

  3. Amazon Cognito authenticates the session.

  4. Once authenticated, Amazon API Gateway routes the package to Amazon Lambda.

  5. Amazon Lambda stores the data in an Amazon S3 bucket.