mirror of https://github.com/pulumi/pulumi.git
bf33605195
This rearranges the library code: * sdk/... goes away. * What used to be sdk/javascript/ is now lib/mu/, an actual MuPackage that provides the base abstractions for all other MuPackages to use. * lib/aws is the @mu/aws MuPackage that exposes all AWS resources. * lib/mux is the @mu/x MuPackage that provides cross-cloud abstractions. A lot of what used to be in lib/mu goes here. In particular, autoscaler, func, ..., all the "general purpose" abstractions, really. |
||
---|---|---|
.. | ||
aws | ||
mu | ||
mux |