pulumi/lib/aws
joeduffy bf33605195 Rearrange the library code
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.
2017-01-20 10:30:43 -08:00
..
cloudformation Rearrange the library code 2017-01-20 10:30:43 -08:00
dynamodb/table Add readonly annotations on relevant AWS properties 2016-11-29 14:36:07 -08:00
ec2 Rearrange the library code 2017-01-20 10:30:43 -08:00
ecs/task Update aws/ecs/task schema to new format 2016-12-05 18:33:26 -08:00
s3/bucket Add readonly annotations on relevant AWS properties 2016-11-29 14:36:07 -08:00
x/cf Make an aws/cloudformation module 2016-12-12 17:54:50 -08:00
.gitignore Make an aws/cloudformation module 2016-12-12 17:54:50 -08:00
Mu.yaml Remove the index entrypoint 2017-01-17 15:07:11 -08:00
README.md Simplify cf/template extension provider 2016-11-23 14:16:35 -08:00
index.ts Modularize the AWS proof of concept stacks 2016-12-12 15:35:56 -08:00
package.json Rearrange the library code 2017-01-20 10:30:43 -08:00
tsconfig.json Make an aws/cloudformation module 2016-12-12 17:54:50 -08:00

README.md

lib/aws

This directory contains the primitive stacks for AWS resources.

Eventually, this should likely move out into its own standalone Git repo.