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

AWS Key Management Service (KMS) makes it easy for you to create and manage cryptographic keys and control their use across a wide range of AWS services and in your applications. AWS KMS is a secure and resilient service that uses hardware security modules that have been validated under FIPS 140-2, or are in the process of being validated, to protect your keys. AWS KMS is integrated with AWS CloudTrail to provide you with logs of all key usage to help meet your regulatory and compliance needs.
https://aws.amazon.com/kms/
Apache License 2.0
14 stars 12 forks source link

updated descrete update calls logic #18

Closed ammokhov closed 4 years ago

ammokhov commented 4 years ago

Issue #, if available:

Description of changes:

contract test results:

handler_create.py::contract_create_delete PASSED                                      [  6%]
handler_create.py::contract_invalid_create PASSED                                     [ 12%]
handler_create.py::contract_create_duplicate SKIPPED                                  [ 18%]
handler_create.py::contract_create_read_success PASSED                                [ 25%]
handler_create.py::contract_create_list_success PASSED                                [ 31%]
handler_delete.py::contract_delete_read PASSED                                        [ 37%]
handler_delete.py::contract_delete_list FAILED                                        [ 43%]
handler_delete.py::contract_delete_update PASSED                                      [ 50%]
handler_delete.py::contract_delete_delete PASSED                                      [ 56%]
handler_delete.py::contract_delete_create SKIPPED                                     [ 62%]
handler_misc.py::contract_check_asserts_work PASSED                                   [ 68%]
handler_read.py::contract_read_without_create PASSED                                  [ 75%]
handler_update.py::contract_update_read_success PASSED                                [ 81%]
handler_update.py::contract_update_list_success PASSED                                [ 87%]
handler_update_invalid.py::contract_update_create_only_property FAILED                [ 93%]
handler_update_invalid.py::contract_update_non_existent_resource PASSED               [100%]

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