If you're experiencing issues with your AWS services, then please refer to the AWS Health Dashboard. You can find the overall status of ongoing outages, the health of AWS services, and the latest updates from AWS engineers.
如何从另一个 AWS 账户访问 API Gateway API?
1 分钟阅读
0
我想从另一个 AWS 账户访问 Amazon API Gateway API。
解决方法
公共 API 端点
您可以直接从 API 阶段 URL 访问 API Gateway 公共端点(区域型或边缘优化型)。例如,https://0123456789.execute-api.{region}.amazonaws.com/{stage-name}。