Front-End Web & Mobile

Tag: multi-region

Client A inserted data into the AWS AppSync endpoint in Ireland. This data was in turn inserted into Amazon DynamoDB, which replicated the data to Sydney. In Sydney, Amazon DynamoDB streams trigger AWS Lambda functions which notify the AWS AppSync endpoint to the new data. Client C receives the new data via its subscription

Multi Region Deployment of AWS AppSync with Amazon DynamoDB Global Tables

As organizations grow, they often need to serve geographically dispersed users with low latency, prompting them to have a distributed global infrastructure in the cloud. By leveraging the AWS Global Network to deploy applications into multiple AWS Regions, organizations can allow their users to connect to an API endpoint in the Region with the lowest […]