Sebastian76
Participant
Member since ‎04-25-2015

User Statistics

  • 12 Posts
  • 0 Solutions
  • 51 Kudos given
  • 18 Kudos received

User Activity

Overview Identity providers like Auth0 allow companies to "outsource" the hard work of hosting an own identity provider solution by leveraging open standards like Oauth2 and JWT (JSON Web tokens). By that you could establish a trust between your API...
Overview GraphQL is an emerging API definition standard that originated from Facebook engineering. The GraphQL approach of defining an API includes a data fetching/manipulation language with self describing format of data organized in a "graph" like...
Overview The Open API description standard is by now the most adopted standard for describing APIs. Nearly any popular cloud vendor, programming language, api management solution or API related tool has support for Open API descriptions and it also ...
Overview AWS Simple Storage Service or short "S3" is one of the most widely used cloud storage services and key to most AWS implementations. Objects stored in S3 are usually retrieved via API calls to the AWS S3 service. However S3 also has a event ...
Overview AWS Eventbridge is a serverless event bus for connecting AWS services, SaaS vendors and custom applications deployed on AWS cloud.  This blog shows how to use SAP PO as an Event producer or Event subscriber for AWS Eventbridge with KaTe’s ...