You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using sst.aws.Postgres..get() to get a pre-existing PG cluster, it only returns limited info about the cluster.
I think the get should return something as close as possible to instantiating a new Postgres so that the code to either create new or reuse existing Postgres infra can just be a drop in replacement with the the result of the .get() fn
When using
sst.aws.Postgres..get()
to get a pre-existing PG cluster, it only returns limited info about the cluster.I think the get should return something as close as possible to instantiating a new Postgres so that the code to either create new or reuse existing Postgres infra can just be a drop in replacement with the the result of the
.get()
fnI have a PR - https://github.com/sst/ion/pujll/693 - that (partially) addresses this
The text was updated successfully, but these errors were encountered: