focusaurus/hexagonal-lambda

APIG Deployment is created before other changes are done

Open

#3 aperta il 28 set 2017

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)JavaScript (3 fork)github user discovery
bughelp wanted

Metriche repository

Star
 (27 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor