Rico Hermans
Rico Hermans
I think the better solution is to allow remapping construct paths at any point in the tree. As long as that's a hierarchical operation we should be fine.
The business around ``` kernel = Singleton._instances[jsii._kernel.Kernel] # The same object is available as: jsii.kernel resolve = _refs.resolve(kernel, construct_ref) ``` In aspects is no longer necessary. That arose from a...
> @rix0rrr - can you check if this is superceded by #356. From the title, #356 would build on the work proposed here, but the work here would also be...
> What about the "multi-account, multi-app single-pane of glass" post-deployment experience for SysOps? I think by default it would be "whatever you say belongs together will go together"... if there...
Some notes discovered while researching slow tests: - Jest hooks into the Node.js file loading mechanism (for running TS transforms and mocking and coverage), which is about doubling the time...
Potentially lots of time spent in the token string concatentation as well: 
Exactly for those reasons (no S3 replicating to non-commercial partitions, and keeping up with new region launches) -- that it's going to be a lot of work keeping up with...
Hi @hassankhan, The `aws-cdk` NodeJS package does expose some library functions that can be used from JavaScript/TypeScript projects directly. However, it's not a polished experience at the moment, because our...
Okay, thanks. I definitely see the value of the first one, especially in defining one-off tasks like EMR jobs or integ tests. For the second one: you can already do...
I hacked it locally to use `chrome.storage.local.get()` and `chrome.storage.local.set()`. Not really in a position to submit a PR because I can't oversee race conditions (API turns from sync to async)...