swift-painter-31084
09/18/2019, 6:29 PMfuture-barista-68134
09/18/2019, 6:54 PMcolossal-beach-47527
09/18/2019, 7:17 PMswift-postman-59572
09/18/2019, 7:26 PMswift-painter-31084
09/18/2019, 8:54 PMswift-postman-59572
09/19/2019, 12:17 AMfuture-barista-68134
09/19/2019, 3:28 PMboundless-monkey-50243
09/23/2019, 2:25 PMWe're also looking at keeping infrastructure code and app code in separate repos, and having the fargate cluster reference a tag in ECR for deployments.FWIW, from going down this road, I've found it a lot easier to have deploy-specific code live in the same repo as the app. We have it such that our CI builds a Pulumi container and an application container; our deploy step applies the contents of the Pulumi container with baseline secrets, etc., and passes in the desired tag of the app container for Fargate's consumption.