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. |
||
---|---|---|
.. | ||
autoscaler | ||
bin | ||
bucket | ||
clouds | ||
cluster | ||
container | ||
event | ||
func | ||
gateway | ||
node_modules | ||
schedulers | ||
volume | ||
README.md | ||
arch.ts | ||
cluster.ts | ||
index.ts | ||
package.json | ||
tsconfig.json |
README.md
lib/mu/x
This is an experimental cross-platform library of stacks.
Please refer to the Cross-Cloud Targeting design document for more details on how this might work.
Note that everything in here very much a work in progress and little of it actually works (yet).