sourcetoad / aws-codedeploy-action

AWS CodeDeploy via GitHub Actions
MIT License
35 stars 13 forks source link

feat: added deploymentOverview check for provisioning wait #92

Closed Vacoris closed 7 months ago

Vacoris commented 7 months ago

Issue brought up about an Error with Blue Green deployment where the deploymentOverview was missing from the JSON while the instances are being provisioned.

Quick solution for now is to avoid triggering an error resulting from a null response for the missing data and to provide a message stating that it is currently provisioning while we wait for the data to be populated.

fixes: #91