This PR removes ARN prediction from the AWS::CloudFormation::ModuleVersion resource provider; the ARN can now be retrieved from the initial DescribeTypeRegistrationResponse and prediction is no longer needed for returning a primary identifier.
Added more information to logs and cleaned logging up.
Unit tests are passing and unit tests were added for new cases. Contract test results remain the same as previously.
handler_create.py::contract_create_delete PASSED
handler_create.py::contract_invalid_create PASSED
handler_create.py::contract_create_duplicate SKIPPED (No writable identifiers. Skipping test.)
This PR removes ARN prediction from the AWS::CloudFormation::ModuleVersion resource provider; the ARN can now be retrieved from the initial
DescribeTypeRegistrationResponse
and prediction is no longer needed for returning a primary identifier.Added more information to logs and cleaned logging up.
Unit tests are passing and unit tests were added for new cases. Contract test results remain the same as previously.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.