github.com/aws-cloudformation/cloudformation-cli-go-plugin@v1.2.0/python/rpdk/go/templates/README.md (about)

     1  # {{ type_name }}
     2  
     3  Congratulations on starting development!
     4  
     5  Next steps:
     6  
     7  1. Populate the JSON schema describing your resource, `{{ schema_path.name }}`
     8  2. The RPDK will automatically generate the correct resource model from the
     9     schema whenever the project is built via Make.
    10     You can also do this manually with the following command: `{{ executable }} generate`
    11  3. Implement your resource handlers by adding code to provision your resources in your resource handler's methods.
    12  
    13  Please don't modify files `{{ files }}`, as they will be automatically overwritten.