Hi, quick question, is it possible to share provid...
# general
s
Hi, quick question, is it possible to share providers (or provider arguments i.e.
ProviderArgs
) between stacks? If I export a provider from one stack and access it with another via
StackReference
I seem to get it as a
Promise<Provider>
but this doesn’t let me actually use it as a
Provider
(Typescript)