Pablo Scheri
Pablo Scheri
> My concern with this is, the list of regions are not cross-checked with what regions are available to the AWS account. If a user selects regions they don't have...
understand the concerns. Just for completion, I run a quick test selecting a region without the model and got "400 The provided model identifier is invalid." Error reporting should be...
Hi @mrgrain, Sorry the delay, afaik as you said, the construct doesn't return anything at the moment. Idea would be as follow: ``` ecr_deployed = ECRDeployment( scope=scope, id=f'ecr-deployment-{ecr_d_id}', src=S3ArchiveName(s3_image), dest=DockerImageName(ecr_repository.repository_uri),...