Skip to content

Add convenience config methods for common cloud constructs #33

@ghost

Description

It should be able to create simple configurable cloud clients. e.g.

var (
  spanner = config.Spanner("database", "/projects/test/instances/test/databases/test", "main database")
  topic = config.Topic("topic", "next-step", "topic to notify on completion")
)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions