focusaurus/hexagonal-lambda

APIG Deployment is created before other changes are done

Open

#3 创建于 2017年9月28日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)JavaScript (3 fork)github user discovery
bughelp wanted

仓库指标

Star
 (27 star)
PR 合并指标
 (PR 指标待抓取)

描述

There's a terraform ordering problem where the forced deployment can be created while terraform is still making other changes to the API, so those changes are not included in the deployment snapshot. This can probably be hacked around with depends_on but that feels brittle to maintain. What I want is a way to force the deployment to always happen last (after all other APIG/lambda changes are complete).

贡献者指南