Momo Kornher

Results 261 comments of Momo Kornher

@falkvonohlen Let's see if updating with the latest changes helps

Hi @nsaman and @mohitpali Apologies for the long delay on this. We've been looking at this recently and came to the conclusion that just providing additional permissions is not the...

Downgrading this to a p2. To provide access to all versions of a Lambda, one can do: ```ts declare stepLambda: lambda.Function; declare sfn: stepfunctions.StateMachine; stepLambda.grantInvoke(sfn); ``` This is very idiomatic....

@louisfisch Check if your regexp returns an error. We run into the same (?) / a similar issue. For us it was caused by PHP's most stupid ever "feature", the...

@Sephster Another option would be to make some of the checks in `CryptKey.php` optional. They are nice for a quick start, but as someone how knows what they are doing...

Cross posting from the PR (Highlight is mine): > AWS doesn’t control the value of the source identity in either the sts:SourceIdentity or aws:SourceIdentity keys. If you choose to require...

The current support way doing this, is to [customize the bootstrap template](https://docs.aws.amazon.com/cdk/v2/guide/bootstrapping.html#bootstrapping-customizing). Please let me know if that doesn't work as a workaround for you. --- We'll keep the feature...

@misterjoshua I'm a concerned this PR reverts recent gains made by #19378 Specifically it looks like asset publishing is now a synchronous operation for all stacks.

Does this respect `--exclusively` ?