This would be the closest thing we have to that - https://github.com/pulumi/examples/tree/master/aws-stackreference-architecture.
In an e-commerce environment, each of your micro services could be its own stack to provide better “separation of concerns”.
And in a multi-tenant environment, each tenant could be its own stack as well.