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

feat: implement oidc authentication #26

Closed brivu closed 2 years ago

brivu commented 2 years ago

This PR is a breaking change. It removed the importation of the aws-cli orb in the @orb.yml file. Users can import the aws-cli orb directly in their test-deploy.yml file to install the cli and authenticate as a pre-steps in a job of the workflow.

This PR also includes the implementation of the region and profile parameters.