Michael Antonio

Results 3 issues of Michael Antonio

## Description A set of constructs that allows for higher level manipulation of CloudFormation stacks. ## Working Backwards Announcing the Launch of the CloudFormationController suite of tools! ### What is...

management/tracking
status/proposed

## Description When calling a CustomResource, CloudFormation turns all the JSON properties passed to the resource into strings. This makes it difficult to code a resource that processes non-string data,...

management/tracking
status/proposed

I have an AwsCdkConstructLibrary with some code I would like ignored: ``` /* istanbul ignore next */ if (TreeInspectable.TREE_INSPECTABLE_SERVICE.has(scope)) { throw new Error(`Should not be able to get here. ${scope.node.path}...

bug
documentation