pulumi/lib/aws
joeduffy f00b146481 Echo resource provider outputs
This change introduces a new informational message category to the
overall diagnostics infrastructure, and then wires up the resource
provider plugins stdout/stderr streams to it.  In particular, a
write to stdout implies an informational message, whereas a write to
stderr implies an error.  This is just a very simple and convenient
way for plugins to provide progress reporting; eventually we may
need something more complex, due to parallel evaluation of resource
graphs, however I hope we don't have to deviate too much from this.
2017-02-22 18:53:36 -08:00
..
cloudformation Store AWS resource properties directly 2017-02-20 13:06:30 -08:00
dynamodb/table
ec2 Provision security group ingress/egress rules 2017-02-22 18:10:36 -08:00
ecs/task
provider Echo resource provider outputs 2017-02-22 18:53:36 -08:00
s3/bucket
x/cf
.gitignore
index.ts
install.sh
Mu.yaml
package.json
README.md
tsconfig.json
yarn.lock

lib/aws

This directory contains the primitive stacks for AWS resources.

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