Populate the JSON schema describing your resource, mongodb-stpatlasv1-cluster.json
The RPDK will automatically generate the correct resource model from the
schema whenever the project is built via Make.
You can also do this manually with the following command: cfn-cli generate
Implement your resource handlers by adding code to provision your resources in your resource handler's methods.
Please don't modify files model.go and main.go, as they will be automatically overwritten.