【问题标题】:API Gateway: Error during configuring API mappingAPI Gateway:配置 API 映射时出错
【发布时间】:2020-06-09 13:36:24
【问题描述】:

我在我所在地区的 ACM 上创建了通配符证书 *.example.com。 然后我将subdomain.example.com 添加到我在 API Gateway 上的自定义域名中。子域配置正确(它没有给我错误)。

当我尝试配置 API 的映射时,我收到错误 Unable to complete operation due to concurrent modification. Please try again later.

我已经试过很多次了。我在这里做错了什么?

【问题讨论】:

  • 你是否使用 CloudFormation,它在控制台中失败了?
  • @Marcin 通过控制台使用它。很抱歉延迟回复。

标签: amazon-web-services aws-api-gateway


【解决方案1】:

此问题可能与 API 网关 UI 控制台(AWS 管理控制台)有关。 当我尝试从 AWS CLI 创建映射时,它起作用了。 我使用了aws apigateway create-base-path-mapping 命令。

API 的详细信息在https://docs.aws.amazon.com/cli/latest/reference/apigateway/create-base-path-mapping.html

【讨论】:

    猜你喜欢
    • 2016-03-11
    • 2020-09-28
    • 2017-12-29
    • 2015-10-21
    • 2021-04-13
    • 2016-07-21
    • 2017-11-30
    • 1970-01-01
    • 2016-11-02
    相关资源
    最近更新 更多