binxio / cfn-custom-provider-template

template source directory for creating AWS Custom CloudFormation Resources in Python
Apache License 2.0
3 stars 4 forks source link

Inline Documentation #2

Closed ambsw-technology closed 4 years ago

ambsw-technology commented 4 years ago

This PR inlines some documentation to assist new users (i.e. those most likely to be depending on a template) in developing well-behaved Custom Resources. As someone who recently learned Custom Resources, the correct update behavior is especially non-obvious. I also grabbed more of the structure from cfn-resource-provider to reduce the need to cross packages to figure it out.

mvanholsteijn commented 4 years ago

thank you again!