Jonas Bönhoff

Results 2 issues of Jonas Bönhoff

For the [neat feature to create lambda constructs by adding the suffix `.lambda.ts`](https://projen.io/awscdk.html) to a file I'd like to discuss additional properties which can be configured in the central `.projenrc.ts`...

enhancement

I want to create multiple StackSets in one Stack. I tried to deploy the following CDK Stack: CDK Stack ``` import { Stack, StackProps } from 'aws-cdk-lib'; import { NodejsFunction...