Markus Lindqvist

Results 9 issues of Markus Lindqvist

**Reproduction** Well, just update the lib for a project that used Jest and ts-node. Somewhat weird error messages start to appear in the output when running the tests: ` SyntaxError:...

doc

## :bug: Bug Report It seems that jsii-rosetta has a dependency on Typescript 3.9.7: https://github.com/aws/jsii/blob/main/packages/jsii-rosetta/package.json#L37 This causes AWS JS SDK v3 to not work with Lambda packaging due to their...

bug
effort/large
module/jsii
p2
breaking-change

Hi. We have quite strict warnings used in our projects and I just recently run into this: ``` In file included from ../vendor/docopt/docopt.cpp:11:0: ../vendor/docopt/docopt_private.h: In constructor 'docopt::LeafPattern::LeafPattern(std::string, docopt::value)': ../vendor/docopt/docopt_private.h:84:3: error:...

needs-patch
simple-fix

For your next project, you might want to consider writing a file system driver where user could store / fetch files to and from a virtual file system which is...

enhancement

**Is your feature request related to a problem? Please describe.** We are evaluating a configuration mechanism for an environment with hundreds of accounts using AWS Control Tower. [Customizations for AWS...

enhancement

Hi! Would it be possible to include a LICENSE file with the template? We would like to use a pre-made template for publishing our company internal AWS CDK modules but...

Would it be possible to upgrade to the latest Node.js version? I also think `AWS_NODEJS_CONNECTION_REUSE_ENABLED` does not exist any more https://github.com/aws/aws-cdk/issues/29497 ```ts export class DetectDriftFunction extends lambda.Function { constructor(scope: Construct,...

Hi! We are planning to use the Google Cloud Platform for our development and are evaluating possible toolsets that we could use. However, after having a look at the project,...

### Describe the bug Using the `BucketDeployment` construct generates an IAM policy which is not approved by CDK Nag tool. ### Expected Behavior Compliant policy should be generated by default...

p2
feature-request
@aws-cdk/aws-iam
effort/small