aws-cloudformation / aws-cloudformation-resource-providers-cloudformation

The CloudFormation Resource Provider Package For AWS CloudFormation
https://aws.amazon.com/cloudformation/
Apache License 2.0
47 stars 35 forks source link

Add list handler to ResourceDefaultVersion, remove TypeVersion and Ty… #72

Closed ugudip closed 3 years ago

ugudip commented 3 years ago

Description of changes: Create ListHandler for ResourceDefaultVersion, removed TypeVersion and TypeDefaultVersion as they are not in use

Re-ran the list contract tests to test the newly added ListHandler

handler_delete.py::contract_delete_list PASSED 
handler_create.py::contract_create_list_success PASSED    
handler_create.py::contract_update_list_success PASSED    

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.