AWS re:Invent 2023 - Using federated GraphQL APIs for backend-for-frontend architectures (FWM313)

preview_player
Показать описание
AWS AppSync Merged APIs help platform and backend teams combine multiple GraphQL APIs, which in turn connect to multiple data sources, microservices, and events, into a single backend-for-frontend (BFF) endpoint for developers. In this session, explore how organizations like Capital One use GraphQL to simplify data access across thousands of data sources and microservices.

Subscribe:

ABOUT AWS
Amazon Web Services (AWS) hosts events, both online and in-person, bringing the cloud computing community together to connect, collaborate, and learn from AWS experts.

AWS is the world's most comprehensive and broadly adopted cloud platform, offering over 200 fully featured services from data centers globally. Millions of customers—including the fastest-growing startups, largest enterprises, and leading government agencies—are using AWS to lower costs, become more agile, and innovate faster.

#AWSreInvent #AWSreInvent2023
Рекомендации по теме
Комментарии
Автор

CQRS = Command and Query Responsibility Segregation, a pattern that separates read and mutate operations (Query: get, list, subscribe. Command: create, update, delete)

AaronSempf