GZ

Results 65 comments of GZ

> Hi, we are getting this error everytime we update the lambda target. > > ``` > import { Function as Handler } from "aws-cdk-lib/aws-lambda"; > ... > const handler...

@Exter-dg I can confirm that I can reproduce the issue. However, one thing I noticed is that the default access policy for SNS topic has the following condition: ``` "Condition":...

To summarize this issue, there are three issues I noticed in the description and comments. 1. When using imported function to configure a lambda destination event for s3 notifications. For...

Re-opening as the original fix has a bug in the Feature flag implementation.

I think this PR https://github.com/aws/aws-cdk/issues/29515 has already fixed the issue. Please try again with latest version.