Or something like that -- basically a pattern in w...
# general
l
Or something like that -- basically a pattern in which custom components can be serialised to something a stack can return as outputs (
toOutputs
), a static function for hydrating from those outputs (
fromExisting
) and a
create
static method that creates a new resource (thus making the constructor private and dumb). Has anyone tried this/any thoughts on this?