pulumi/lib/aws
joeduffy a42b40f1a8 Refactor runtime functionality
This change splits the core Lumi library -- which is meant to be a pure
LumiJS library without any special status -- from the runtime library --
which is really meant to be the underpinnings of "special" functionality
that integrates with the runtime in sophisticated ways.

After this change, LumiRT is at the very bottom, and, despite it using
a subset of LumiJS, it must not trigger any functionality that would
mandate the use of the LumiJS runtime library.  Atop that, the LumiJS
library is layered.  And finally, above that, Lumi depends on LumiJS.
2017-06-13 18:11:59 -07:00
..
idl Add demo script and raw serverless example 2017-06-12 15:20:37 -07:00
pack Refactor runtime functionality 2017-06-13 18:11:59 -07:00
provider Update test util to use new packages 2017-06-13 07:10:13 -07:00
rpc More progress on pulumi/lumi#90 2017-06-13 07:10:13 -07:00
.gitignore Add manually managed AWS package files 2017-04-28 15:38:45 -07:00
Makefile Refactor runtime functionality 2017-06-13 18:11:59 -07:00
README.md Simplify cf/template extension provider 2016-11-23 14:16:35 -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.