Go to file
joeduffy a31e59fa3a Implement the aws/cf extension provider
This change implements the aws/cf extension provider, so that AWS resources
may be described and encapsulated inside of other stacks.  Each aws/cf instantiation
requires just two fields -- type and properties -- corresponding to the equivalent
AWS resource object.  The result is simply plugged in as an AWS resource, after
Mu templates have been expanded, permitting stack properties, etc. to be used.
2016-11-19 11:13:15 -08:00
cmd Sketch out more AWS backend code-generator bits and pieces 2016-11-18 16:46:36 -08:00
docs Implement the aws/cf extension provider 2016-11-19 11:13:15 -08:00
examples Explicitly declare the demo's dependencies 2016-11-18 16:52:51 -08:00
pkg Implement the aws/cf extension provider 2016-11-19 11:13:15 -08:00
.gitignore Gitignore *.swp files 2016-11-16 09:28:46 -08:00
.gitmodules Add Docker Compose and Kubernetes conversions as submodules 2016-11-01 10:30:39 -07:00
glide.lock Sketch out more AWS backend code-generator bits and pieces 2016-11-18 16:46:36 -08:00
glide.yaml Sketch out more AWS backend code-generator bits and pieces 2016-11-18 16:46:36 -08:00
main.go Add the ability to select a cloud provider 2016-11-17 07:00:52 -08:00
Makefile Test packages when making the project 2016-11-15 19:25:06 -08:00
README.md Clean up out of date documentation 2016-11-04 11:27:09 -07:00

Mu

Mu is a framework and toolset for creating reusable stacks of services.