-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CodeArtifact] CfnRepository cannot be deployed (missing required CFN param DomainName) #11569
Comments
So the CloudFormation spec for CodeArtifact is missing properties? If so, we should submit an issue so they can fix it on the spec level. Their spec is open source, and hosted in the cloudformation repo. |
I'm not super familiar with the CFN resource provider setup, but from what I can see it already looks correct to me in the upstream repo, but that isn't reflected in the published spec. |
One the spec is published it will imported to the aws cdk. |
|
The spec for CodeArtifact is currently missing one required property (`Repository.domainName`) and two other optional properties. This patch adds the missing properties until the spec is updated. fixes #11790 related #11569 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
As of v1.74.0, a CodeArtifact Repository cannot currently be created because it's missing the required DomainName parameter. Using the
CfnRepository
resource generates an error:It looks like this is fixed in the WIP L2 PR in commit 4489488. It might be best to pull this out of the PR to get it included faster to make the basic CFN resources usable.
The text was updated successfully, but these errors were encountered: