pulumi/examples
Luke Hoban 5358080ca6 Output property improvements for AWS Function and Role
The AssumeRolePolicyDocument property returned by the AWS IAM GetRole API returns
a URL-encoded JSON string, so we need to decode this before JSON unmarshalling.

The Code property returned by AWS Lambda GetFunction provides a pre-signed S3 URL,
which changes on each call, and is of a different format to what is provided by the user.
For now, we'll not store this back into the Function object.

Add additional output properties to AWS Lambda Function that are stable values returned
from GetFunction.

Also corrects a gap where some property delete operations were not being correctly reported.
2017-06-01 15:04:37 -07:00
..
analyzers/infosec Add a few more RawResources: trues 2017-06-01 08:39:48 -07:00
basic Reclassify Lumi under the Apache 2.0 license 2017-05-18 14:51:52 -07:00
conversions Remove stale submodules 2017-05-15 10:33:22 -07:00
scenarios Output property improvements for AWS Function and Role 2017-06-01 15:04:37 -07:00