Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add convenience config methods for common cloud constructs #33

Open
ghost opened this issue Nov 11, 2021 · 0 comments
Open

Add convenience config methods for common cloud constructs #33

ghost opened this issue Nov 11, 2021 · 0 comments
Labels
pkg/config type/feature New feature or request

Comments

@ghost
Copy link

ghost commented Nov 11, 2021

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")
)
@ghost ghost added type/feature New feature or request pkg/config labels Nov 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg/config type/feature New feature or request
Development

No branches or pull requests

0 participants