hexagonal-lambda icon indicating copy to clipboard operation
hexagonal-lambda copied to clipboard

APIG Deployment is created before other changes are done

Open focusaurus opened this issue 6 years ago • 0 comments

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).

focusaurus avatar Sep 28 '17 15:09 focusaurus