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.
This
PR
is a breaking change. It removed the importation of theaws-cli
orb in the@orb.yml
file. Users can import theaws-cli
orb directly in theirtest-deploy.yml
file to install thecli
and authenticate as apre-steps
in a job of the workflow.This
PR
also includes the implementation of theregion
andprofile
parameters.