监控 AWS Amplify 上的部署进度

Monitor deploy progress on AWS Amplify

我有 AWS Amplify 自动拉取我的 Github repository/branch。构建日志在哪里?我还没有任何错误,但想看看构建何时成功。另外,某处是否有构建历史记录?

逐步查看构建历史:

  1. 转到您的 Amplify 控制台
  2. 单击您的应用程序
  3. 在“前端环境”选项卡中,单击您的分支名称(例如 master
  4. 在左侧栏的底部,点击“历史记录”菜单
  5. 您可以看到构建历史

直接link到历史:

https://[region-name].console.aws.amazon.com/amplify/home?region=[region-name]#/[app-id]/[branch-name]/history

区域 ap-southeast-1 和分支 master 的示例:

https://ap-southeast-1.console.aws.amazon.com/amplify/home?region=ap-southeast-1#/c2bfvukzh9fuh2/master/history