AWS Open Source Blog

Markus Ziller

Author: Markus Ziller

Markus Ziller is a Senior Solutions Architect at AWS with a passion for lean architectures and helping our customers build great applications and services with cloud-native, serverless technologies. Prior to this role, Markus worked in different roles in the media and entertainment industry, where he helped build the leading German video streaming service and drive the digital transformation of one of the largest traditional European mass media companies.

Using Apollo Server on AWS Lambda with Amazon EventBridge for real-time, event-driven streaming

GraphQL is an application-level query language that helps clients and servers communicate by establishing a common protocol for queries. It represents an alternative to the REST style: unlike REST, GraphQL gives the client, not the server, the power to define what kind of data will be included in the response to its query. GraphQL allows […]