github.com/aws-cloudformation/cloudformation-cli-go-plugin@v1.2.0/examples/github-repo/.rpdk-config (about)

     1  {
     2      "typeName": "Example::GitHub::Repo",
     3      "language": "go",
     4      "runtime": "go1.x",
     5      "entrypoint": "handler",
     6      "testEntrypoint": "handler",
     7      "settings": {
     8          "import_path": "github.com/aws-cloudformation/cloudformation-cli-go-plugin/examples/github-repo",
     9          "protocolVersion": "2.0.0",
    10          "pluginVersion": "2.0.0"
    11      }
    12  }