pulumi/lib/aws
joeduffy d7093188f0 Introduce an interface to read config
This change adds an engine gRPC interface, and associated implementation,
so that plugins may do interesting things that require "phoning home".
Previously, the engine would fire up plugins and talk to them directly,
but there was no way for a plugin to ask the engine to do anything.

The motivation here is so that plugins can read evaluator state, such
as config information, but this change also allows richer logging
functionality than previously possible.  We will still auto-log any
stdout/stderr writes; however, explicit errors, warnings, informational,
and even debug messages may be written over the Log API.
2017-06-20 19:45:07 -07:00
..
idl Add demo script and raw serverless example 2017-06-12 15:20:37 -07:00
pack Merge branch 'master' of https://github.com/pulumi/lumi 2017-06-20 10:30:27 -07:00
provider Introduce an interface to read config 2017-06-20 19:45:07 -07:00
rpc Simplify Check; make it tolerant of computed values 2017-06-16 13:34:11 -07:00
.gitignore Add manually managed AWS package files 2017-04-28 15:38:45 -07:00
Makefile Makefile updates 2017-06-17 15:43:50 -07:00
README.md Simplify cf/template extension provider 2016-11-23 14:16:35 -08:00
tslint.json Added typescript linting to Makefiles (#248) 2017-06-16 18:01:36 -07:00

lib/aws

This directory contains the primitive stacks for AWS resources.

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