pulumi/sdk
joeduffy cc9a607f01 Move environment entry serialization into JavaScript
This change moves the environment entry serialization logic into
JavaScript, where it's a bit easier to author and maintain.  We
also switch to using Object.keys, so that we only walk the enumerable
properties of objects (to avoid internal member functions and to
generally leverage our current style of writing code).  This is
just a temporary stopgap until we figure out more rigorous semantics
for what it means to serialize entire objects ...
2017-09-05 16:57:23 -07:00
..
nodejs Move environment entry serialization into JavaScript 2017-09-05 16:57:23 -07:00
proto Add the notion of stable states 2017-09-05 10:01:00 -07:00
README.md Implement initial Lumi-as-a-library 2017-09-04 11:35:20 -07:00

lumi/sdk

This directory contains the Lumi SDKs, one for each supported language.

Please see the respective READMEs for information about installing and using these libraries.