Momo Kornher

Results 69 issues of Momo Kornher

We should export a number of standard configs that can be used in the `extends` option of a tsconfig: ``` "extends": "jsii/tsconfig.strict.json" ``` We should support: - `jsii/tsconfig.strict.json` - `jsii/tsconfig.generated.json`...

enhancement
p2

TypeScript 5.5 was released: https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/ We need to release jsii-compiler and jsii-rosetta 5.5. Instructions: - https://github.com/aws/jsii-compiler/blob/main/.projenrc.ts#L9 - https://github.com/aws/jsii-rosetta/blob/main/.projenrc.ts#L8

This is a bug relating to deeply nested readonly properties making it into the service-spec as writeable properties. The practical bug is that in the AWS CDK, we currently expose...

bug

Fixes #3788 --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Because we used to publish a v1 and v2 of the CDK at the same time, we had two different files for the change log. Now that we only use...

@aws-cdk/core
feature-request
p3

The change in https://github.com/aws/jsii-rosetta/pull/1811 replaced parallel fixturization (= infusing a snippet into a fixture to convert it from human readable but non-compiling code to less human friendly but compiling code)...

p2

Fixes # By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

### Description A deployed ConstructHub is a website with potentially anonymous visitors (if deployed publicly). As such there is no direct way to communicate updates, news or status to the...

p2
feature-request

### Description When processing a package fails (i.e. during transliteration), the respective per-language documentation will be missing for the end-user. However in certain situations it might still be easily possible...

p2
feature-request

### Description The handlers for a number of Lambda Function are larger than they need to be. Smaller bundles mean a shorter cold start time. In the past some of...

feature-request
needs-triage