cdk-docker-image-deployment icon indicating copy to clipboard operation
cdk-docker-image-deployment copied to clipboard

chore: remove unnecessary new operator in example code of README

Open kdnakt opened this issue 1 year ago • 0 comments

Fixes #

Since ecr.Repository.fromRepositoryName() is a static method, I removed new operator

kdnakt avatar May 29 '24 16:05 kdnakt