aws-cloudformation-resource-providers-codeartifact
aws-cloudformation-resource-providers-codeartifact copied to clipboard
The CloudFormation Resource Provider Package for the AWS CodeArtifact service
This is the hello world of creating a domain and repo and it doesn't work. ``` { "Resources": { "CodeArtifactDomain": { "Type": "AWSdevToolsBeta::CodeArtifact::Domain", "Properties": { "DomainName": "richarddomain" } }, "CodeArtifactRepository":...
*Issue #, if available:* *Description of changes:* Per feedback, this comment was not clear By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this...
This restraint is specifically for [string types](https://json-schema.org/understanding-json-schema/reference/string.html#length) This will work automatically when removed: https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-codeartifact/blob/cf76eab182c3c9214a48910022606530116092b6/aws-codeartifact-domain/aws-codeartifact-domain.json#L32 Update for both Repositories and Domains
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] As soon as CodeArtifact...
```json "type": [ "object", "string" ], ``` This seems a bit clunky. It would be hard for tools like CDK to help provide a better developer experience because many static...
Can you add a pattern for a valid KMS Key Arn? Do you accept Aliases? https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-codeartifact/blob/master/aws-codeartifact-domain/aws-codeartifact-domain.json#L20
**Is your feature request related to a problem? Please describe.** Without it, `GetAtt` cannot get endpoint url for repositories **Describe the solution you'd like** Translator should populate Repository endpoint URL...