cdk-ecr-deployment
cdk-ecr-deployment copied to clipboard
Allow usage as an step on pipeline
As Lambda is able to do copying of image from ECR to another repo, it would be nice to be able to add it also as part of pipeline (copying needed for compliance reasons).
That way we could see if it succeeds, and reply if there is some hickup. But not block deployment due to some hickup.
Need would mostly be another class, and both could utilize quite a lot of same code that already exists.