CircleCI-Public / aws-code-deploy-orb

Easily deploy applications to AWS CodeDeploy on CircleCI with the aws-code-deploy orb
https://circleci.com/orbs/registry/orb/circleci/aws-code-deploy
MIT License
9 stars 13 forks source link

Feature Request: Implement "Waiter" Functionality for CodeDeploy Deployments #38

Open colinbjohnson opened 1 year ago

colinbjohnson commented 1 year ago

Is your feature request related to a problem? Please describe.

Our feature request is related to performing concurrent CodeDeploys within CircleCI. Although this (seems) to be a CodeDeploy limitation a solution could be implemented within the CircleCI orb.

Example text is below:

An error occurred (DeplovmentLimitExceededException) when calling the CreateDeployment operation: The Deployment Group "dashboard-dev-codedeploy-gro up (id-15682dbb-50a5-49d9-b83-12690133b83d)' already has an active Deployment 'd-BR8279BSO

Describe the solution you'd like

We would like it if the code-deploy-orb had "waiter" functionality available.

Describe alternatives you've considered

We have:

Additional context

We could provide a shell script that would accomplish this (we are implementing the waiter ourselves).