pulumi/lib/aws
2017-02-20 17:41:24 -08:00
..
cloudformation Store AWS resource properties directly 2017-02-20 13:06:30 -08:00
dynamodb/table Add readonly annotations on relevant AWS properties 2016-11-29 14:36:07 -08:00
ec2 Implement simple deletion functions 2017-02-20 17:41:24 -08:00
ecs/task Update aws/ecs/task schema to new format 2016-12-05 18:33:26 -08:00
provider Implement simple deletion functions 2017-02-20 17:41:24 -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
index.ts Modularize the AWS proof of concept stacks 2016-12-12 15:35:56 -08:00
install.sh Implement a basic AWS resource provider 2017-02-20 11:18:47 -08:00
Mu.yaml Prepare the Mu standard library package 2017-02-09 09:43:18 -08:00
package.json Prepare the Mu standard library package 2017-02-09 09:43:18 -08:00
README.md
tsconfig.json Make an aws/cloudformation module 2016-12-12 17:54:50 -08:00
yarn.lock Update some READMEs from last night 2017-02-02 11:09:33 -08:00

lib/aws

This directory contains the primitive stacks for AWS resources.

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