amazon-web-services - AWS API Gateway - 自定义域 - 由于并发修改而无法完成操作

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

在配置 API 映射时,出现以下错误。

Unable to complete operation due to concurrent modification. Please try again later.



enter image description here

最佳答案

问题已为我解决。据说它是 ap-south-1 中的已知问题AWS 地区。解决方法是使用 cli 创建 API 映射。创建 API 映射的 cli 命令如下:
aws apigateway create-base-path-mapping --domain-name <domainname> --rest-api-id <API ID> --stage <stage name> --base-path <basepathvalue>
这对我有用。希望对你有效。

关于amazon-web-services - AWS API Gateway - 自定义域 - 由于并发修改而无法完成操作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62176880/

相关文章:

java - Proguard with AWS (amazon service sdk) reutrn 错误代码 1

amazon-web-services - AWS Lambda 存储上次运行时间吗?

amazon-web-services - AWS codebuild 列出其他帐户的 s3 存储桶

jwt - 使用 AWS API Gateway 时是否可以从自定义 Lambda 授权方传回 JWT 负载?

amazon-web-services - 如何配置 API 网关端点以需要 API key ?

amazon-web-services - 将HTTP://请求重定向到AWS API Gateway上的https://(使用自定义域)

rest - 如何在 REST API 的 cloudformation 模板中指定 TLS 版本?

c# - 在 AWS "Error: Cannot send data if the connection is not in the ' Connected'State 上部署了 blazor 服务器应用程序。”但适用于本地主机

reactjs - 将图像上传到 AWS S3 存储桶 ReactJS 时 POST 403 禁止 CORS 响应

swagger - 部署后,AWS API Gateway 所需的 api key 未设置为 'true'