This message was deleted.
# aws
s
This message was deleted.
b
Hi, at the moment you can’t do this. We are starting some work on allowing you to do this, but it’s not ready yet. If you wanted to have a “global” config, you could have something like (assuming you’re using typescript, but you could do it for any of the languages) a
config.ts
that contained settings you wanted to persist across all stacks and include a reference to that. However, you wouldn’t be able to use secrets encrypted with the stack secrets provider like this
(although you could of course reference the stack config and get secrets that way)