You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implemented by constructs that can be used as bucket notification destinations.
Which means that you should look for the relevant class that implements the destination you want. Unfortunately this is not trivial too find due to some limitations we have in python doc generation. But the typescript docs do provide this information:
Implemented by LambdaDestination, SnsDestination, SqsDestination
Notice you have to add the "aws-cdk.aws_s3_notifications==1.39.0" dependency in your setup.py. And for completeness, so that you don't import transitive dependencies, also add "aws-cdk.aws_lambda==1.39.0".
When adding an event notification to a s3 bucket, I am getting the following error.
add_event_notification() got an unexpected keyword argument 'filters'
Reproduction Steps
cdk synth
Error Log
Trace is:
Environment
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: