Pat Gavlin
Pat Gavlin
We have a large matrix of tests that we run in this repository. It would be helpful to have a concise visual summarization of the results for the current and...
These changes add support for highlighting dotted property accesses using the `Type` class.
These changes add a credentials source to the google package that accepts an external account subject token as literal bytes (rather than e.g. a path to a file). This is...
These changes add a status message with the count of unchanged resources to the lower-left corner of the display. This is useful as a measure of progress for updates that...
This is required for websockets to work correctly, for example (at least when using socket.io).
e.g. by using multiple load balancer listeners. The target container can then set policy based on the origin of the connection.
Pull the construct's JSII fully-qualified name and use that name to build the module and type portions of its Pulumi type token. For example, prior to these changes, `new awscdk.aws_lambda.Function`...
Just what it says on the tin. This should make for a more faithful conversion of the output of synthesis, and may make it more straightforward to support assets and...
In order to provide an easy-to-use experience for the CDK bridge, we need to allow users to easily consume CDK properties and Constructs from a Pulumi context. While exactly how...