Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 598 Bytes

writing_custom_resources.rst

File metadata and controls

14 lines (11 loc) · 598 Bytes

Writing Custom Resources

One of the primary objectives of CloudWanderer is to make it extremely easy to extend the supported resources. Boto3's JSON definitions for boto3:guide_resources makes this possible. In this section of the documentation we will explain what these definitions look like and how to create your own.

writing_custom_resources/anatomy_of_a_custom_resource writing_custom_resources/example_resource writing_custom_resources/example_dependent_resource writing_custom_resources/example_relationship