aws-samples / aws-samples/aws-codedeploy-github-actions-deployment
custom message in the SNS
- 主要语言
- Shell
- 星标
- 151
- 派生
- 214
- PR 合并指标
- 30 天内没有已合并 PR
描述
I am currently storing the commit ID in a file named (commit) within the file that is updated to the S3. Is there a way to read the file so that it can be used within the SNS payload and I could I relate the `deploy-id` with the `commit-id` when sending alerts for example via slack.
Currently the alerts look like this:
```
[test] - Deployment d-705FE8ZY4 app-title : i-0d910a1c70be24407 Succeeded
ApplicationStop: Succeeded
DownloadBundle: Succeeded
BeforeInstall: Succeeded
Install: Succeeded
AfterInstall: Succeeded
ApplicationStart: Succeeded
ValidateService: Succeeded
```
But I haven't found how to use/read the commit file that is within the app.tgz so that I could use is as the title, or wondering if instead of triggering automatically the pipeline by updating the file in S3, is there a way to trigger the deploy via an API call in where I could there add a custom payload (pass the commit Id) and use it?
贡献指南
调研方向
检查 app.tgz 内的 commit 文件如何上传到 S3,以及 SNS payload 如何组装。将该流程与通过携带 commit ID 的 API 调用触发 CodeDeploy 部署进行比较。当部署警报能够将 deploy-id 与 commit-id 关联起来(包括在 Slack 通知中)时,即视为完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- aws, github-actions, shell
- 领域
- cloud, devops
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100