Results 24 comments of Tomasz Szuster

Hello @hugorodro. I'm wondering if you were able to bypass this somehow? Tom

Good questions @daaru00 . Have a similar issue.

I'm having the same issue, with the below changes ``` Resources [~] Custom::S3BucketNotifications imported_source_bucket/Notifications importedresourcesimportedsourcebucketNotifications2FD58448 └─ [~] NotificationConfiguration └─ [~] .TopicConfigurations: └─ @@ -55,6 +55,24 @@ [ ] }, [...

Hello @ashishdhingra I think you missed one variation in your tests. To use the same prefix but for different actions. prefix .jpg for s3:ObjectCreated:* prefix .jpg for s3:ObjectRemoved:* this is...

Still having the same issue cdk --version 2.142.1 (build ed4e152) ```1:36:35 PM | UPDATE_FAILED | Custom::S3BucketNotifications | importedresourcesi...ifications2FD58448 Received response status [FAILED] from custom resource. Message returned: Error: An error...

Hello I am wondering if you have covered a case when you are trying to add notification configuration to existing bucket which already has multiple events notifications configured. The example...

Hello @krokoko Thx for reaching out. I will try with your suggestion. Do you have also a working example for adding application autoscaling? I need to have scalability added there...

@krokoko I've tested the proposed solution to use the IAM role that is created with CustomSageMakerEndpoint but apparently, I'm doing something wrong here For the below scenario I'm getting errors...

Hey @krokoko. I'm not sure if I get your intention here. The example for extending IAM permissions is using non optimal way for granting necessary permissions ``` customEndpoint.addToRolePolicy( new iam.PolicyStatement({...