Momo Kornher
Momo Kornher
### Description ConstructHub uses a number of features from CDK that are marked as deprecated. You can see these when running tests or synth. An incomplete list: ``` [WARNING] aws-cdk-lib.aws_acme.DnsValidatedCertificate...
### Description [Node.js 16 is EOL](https://endoflife.date/nodejs) and Lambda has already started the deprecation process. Function creation will be blocked from Feb 28, 2025. https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtimes-deprecated Most ConstructHub functions and ECS Tasks...
**Is your feature request related to a problem? Please describe.** `esbuild` is super fast and can build multiple entrypoints at the same time. In a multi lambda setup, it could...
Have a programatic way to read the esbuild version that is used. This could help to build conditional defaults.
See https://devblogs.microsoft.com/typescript/typescript-native-port/ We will need to see what the new API looks like and what it means for jsii.
This is basically the inverse of the current `noDiffForStages` and `noFailOnDestructiveChanges`. But that's probably just one solution to my actual use case: - I have a large app with many...
#32 is fixed and works great, however we are still getting the following error for one of the stacks. Reporting this for completeness. FWIW I think we are getting this...
Tracking all issues and enhancement requests that related to using projen with a declarative config (e.g. `projenrc.json`) # Related Issues - [ ] #1062 - [ ] #1007 # Won't...
### Tracer Version(s) 5.40.0 ### Node.js Version(s) 22.14.0 ### Bug Report On Node 22 tracing performance when loading the `aws-cdk-lib` package is severely impacted. For more complex CDK applications, this...
## Why This PR introduces modern ESLint flat config support to replace the legacy `.eslintrc` configuration system. The flat config format is the new standard as of ESLint v9 and...