Vincent Lesierse

Results 17 comments of Vincent Lesierse

@normj Ok, the base of this PR is ready and I'll focus on the (code) documentation, unit tests and adding additional extensions for common AWS resources. (S3, SQS, SNS, Kinesis,...

> I think I'm missing something here. We are strongname and authenticode signing all of our assemblies (as well as authenticode signing our nuget packages) so not sure I understand...

Thank you, this is great! This works and it definitely helps to loose the restricting of having strong named references.

Waiting for another round of review from @normj and I'm finishing off some docs in the README.md plus some tests. Other than that, I'm good to go for getting the...

First we focus on the local development experience with this PR. Currently we can do this without the need of the CDK CLI, but Node JS is required for JSII...

@normj, @davidfowl I've added some tests and refactored the provisioning to make is similar to the Azure resource provisioning. This way it will be extensible for future resources and separate...

@davidfowl @normj The API pattern chosen here is more closely how you build AWS CDK applications, where you add the constructs to a stack. In previous iterations I abstracted away...