The document describes an architecture for frontend applications to load and refresh user interface data from backend services using a backend for frontend (BFF) pattern with AWS services. The BFF pattern involves using API Gateway and Lambda functions to fetch and update projections of data from microservices in DynamoDB and send real-time notifications via websockets when data changes.
The document describes an architecture for frontend applications to load and refresh user interface data from backend services using a backend for frontend (BFF) pattern with AWS services. The BFF pattern involves using API Gateway and Lambda functions to fetch and update projections of data from microservices in DynamoDB and send real-time notifications via websockets when data changes.