aws/copilot-cli

Show warning message before deployment when a secret does not exist

开放

#5,662 创建于 2024年2月8日

 (1 条评论) (7 个反应) (0 位负责人)Go (441 个派生)auto 404
good first issuetype/enhancement

仓库指标

星标
 (3,737 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Currently when you specify a non-existing secret in the service manifest and make a deployment, you won't get any error message until the ECS keeps failing to create any stable task, and it takes quite long time for rollback to complete. It would be nice if Copilot can validate the existence for the secrets specified and give a warning or error out if any of them does not exist.

贡献者指南