We are planning to launch an app that will be available globally, including China and we plan to use AWS for this.
However, because of the "Great Firewall of China" we may run into problems:
- The app may not be permitted to connect to an API endpoint outside China.
- If we host in AWS Beijing, the latency would be bad for the rest of the world.
So basically, my questions are:
- Is it possible to setup an AWS API Gateway in Beijing that connects to a backend server in AWS outside China?
- What are the common solutions to addressing this concern?
- Are there any non-AWS solutions to this problem?