Open the template file aws/scan/svc/<service-name>.go and remove
unnecessary API calls.
Implement non-root API calls. See other services for examples. Most patterns
are handled by Ctx.Split, Ctx.Group, and Ctx.CopyInput.
Format code and run unit tests: go fmt ./... && go test ./...
Build and run a scan: go install && awsscan -services <service-name>
Ideally, this should be done with an account that contains resources for
the new service, but a scan that returns nothing is still useful to verify
that the root calls do not return unexpected errors.