amazon-web-services - Amazon API Gateway 中的 stage 部署从何而来?

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

当我在 API Gateway 中创建阶段时,我需要设置部署日期。当我单击下拉菜单时,其中列出了几个日期,但我不知道它们是如何生成的。我什至无法手动写入日期,所以我只是想知道列表中的项目来自哪里?

enter image description here

最佳答案

根据 AWS API Gateway docs - “从部署下拉列表中,选择您想要与此阶段关联的现有 API 部署的日期和时间。”。

当您创建阶段时,您将在阶段的“部署历史记录”选项卡中看到所有部署(并在它们之间切换)。因此,它更像是一个只读列表,代表您执行 deployments 的时刻。到API网关。

关于amazon-web-services - Amazon API Gateway 中的 stage 部署从何而来?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45671301/

相关文章:

python - 如何修复 "Syntax error in module lambda_function"

amazon-web-services - AWS Elastic Beanstalk 无法访问 AWS MSK

amazon-web-services - 指定的域名标识符无效

amazon-web-services - 如何使用一个 APIGateway 连接多个 lambda

amazon-web-services - 一个 Lambda 函数或多个 Lambda 函数

amazon-web-services - 如何更改 API 网关响应

amazon-web-services - 如何使用 Docker 镜像通过 AWS 托管 SSL Rest API?

android - 使用 Amazon API Gateway 时出现 SSL 握手中止错误

amazon-web-services - 将 Play 应用程序部署到 AWS

node.js - 将来自 lambda 的消息属性添加回 SQS DLQ