In building and uploading containers for AWS Lambda functions, I am using Python, pulumi_awsx.ecr. I have been looking for some way to control the tagging on ECR so I can have a prefix for a given lambda function and create a lifecycle policy that will keep # of images for each lambda down to 1 or 2. I see the tagging is totally random. Any way to control the tagging with ecr.Image?