Pat Myron
Pat Myron
> You can find an example [here](https://github.com/org-formation/aws-resource-providers/blob/master/code-commit/repository-association/docs/README.md) that I ran with this PR's branch. The fields are required true now instead false. I'd argue only [`RepositoryNames`](https://github.com/org-formation/aws-resource-providers/blob/9e4f40c2b972df302df6d036a63a14c2e2466eea/code-commit/repository-association/community-codecommit-repositoryassociation.json#L39-L52) is required there. The...
[GovCloud partition is incorrect and isolated partitions are missing in the `Arn` definition](https://docs.aws.amazon.com/sdk-for-go/api/aws/endpoints/#pkg-constants) [More partitions](https://regions.corp.amazon.com/dimensions/regions/) coming too, so let's just generalize beyond current partitions --- `AvailabilityZone` definition does not match...
**Issues coming from [CodeBuild docker images](https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-available.html) pre-installing incompatible dependencies:** ```yaml AWSCloudFormationResourceProviderCIProject: Type: AWS::CodeBuild::Project Properties: Environment: Image: aws/codebuild/standard:2.0 ``` https://github.com/aws/aws-codebuild-docker-images/blob/2a8b4675dbaa7686db74ee901b85b7324d3ffcb9/unsupported_images/ubuntu/standard/2.0/Dockerfile#L245-L247 --- **Option 1 (preferred): [Migrate to Github actions](https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-logs/pull/54)** --- **Option 2:...
believe https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-cloudformation/issues/3 should help with this
> i believe it is the related to (or duplicated of) issue #584 I don't think this would solve `ListHandler` at least, which is not resource-specific and would also need...
Thought this was the intended difference between [`inputs/` and `overrides.json`](https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-test.html#resource-type-test-input-data) `overrides.json` specifies property-level overrides, while `inputs/` provides all inputs @advaj are there specific feature(s) present in one missing in the...
**can deregister specific versions:** [`aws cloudformation deregister-type --arn --version-id`](https://docs.aws.amazon.com/cli/latest/reference/cloudformation/deregister-type.html) --- **or request quota increase:** https://console.aws.amazon.com/servicequotas/home/services/cloudformation/quotas/L-EA1018E8 [`aws service-quotas request-service-quota-increase --service-code cloudformation --quota-code L-EA1018E8 --desired-value`](https://docs.aws.amazon.com/cli/latest/reference/service-quotas/request-service-quota-increase.html) --- **or deregister non-default versions with this...
https://github.com/aws-cloudformation/cloudformation-cli/issues/706#issuecomment-802401675 https://github.com/aws-cloudformation/cloudformation-cli-python-plugin/issues/147#issuecomment-759169281 `pip install docker==4.3.1 --force-reinstall`
related: https://github.com/aws-cloudformation/cloudformation-cli/pull/870
We should investigate https://pypi.org/project/hypothesis-jsonschema/ --- _update_: test resource generation itself was unfortunately mostly abandoned for years (until some regex work in https://github.com/aws-cloudformation/cloudformation-cli/pull/930, https://github.com/aws-cloudformation/cloudformation-cli/issues/939) in favor of developers providing hardcoded property...