create-ecr-repository-action
create-ecr-repository-action copied to clipboard
Support multi region ECR repos
Summary
We replicate our images to multiple regions. It would be good if the action could take a "list" (probably new line separated) of regions to create the repo in.
The default could be to not pass a region to the ECRClient
if the parameter is not set.
I will raise a PR to try to implement this if that is ok?