Adam Ruka

Results 6 issues of Adam Ruka

When performing grants in ECR's Repository class for principals from other accounts, we put the ARN of the principal inside the Resource Policy of the Repository. However, ECR validates that...

bug
p1
effort/small

[Rendered version](https://github.com/aws/aws-cdk-rfcs/blob/cdk-launchpads/text/0419-cdk-launchpads.md) This is a request for comments about "CDK environment setup for platform/system administrators" (a.k.a. CDK Launchpads). See #419 for additional details. APIs are signed off by @rix0rrr. ---...

## Description The CDK depends on many third-party open-source libraries. Because of that, it needs to manage what happens when a security issue is found in one of them, and...

status/review

## Description CDK is tricky to use in restricted environments where there is a split between the platform/system administrator teams, and the application development teams who use CDK. This RFC...

management/tracking
status/review

## Description If an element in the CDK Construct Library (class, interface, property, function, etc.) is deprecated, using it inside a CDK application should produce a warning in the CDK...

management/rfc
status/done
api-approved

## :bug: Bug Report ### Affected Languages - [ ] `TypeScript` or `Javascript` - [ ] `Python` - [x] `Java` - [ ] .NET (`C#`, `F#`, ...) - [ ]...

bug
language/java
p1