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
Ultimately this was because my existing dev bucket already had an SNS Event Notification on it for an existing workflow.
Side effects of this problem include:
Must remove the existing S3 Event Notification + deploy Matano (this causes an outage)
Repoint any existing SQS queue(s) to the new Matano SNS topic
If a user was using any Event trigger types other than Object Creation, they would then have to go and add their Event triggers again, causing stack drift / manual point of failure
Discussed solutions at the time of writing
Allow users to bring their own SNS Topics if there is already an S3 Event Notification
In the Transformer, skip events that don't match an acceptable Struct for ingest
The text was updated successfully, but these errors were encountered:
kai-ten
changed the title
S3 Event Notifications - Configuration is ambiguously defined
[Bug] S3 Event Notifications - Configuration is ambiguously defined
Jan 18, 2023
kai-ten
changed the title
[Bug] S3 Event Notifications - Configuration is ambiguously defined
S3 Event Notifications - Configuration is ambiguously defined
Feb 1, 2023
I took a look at this, we need to modify the custom resource that adds event notifications to not create an ambiguous configuration. Will work on this.
The Problem
When creating Matano with byob, I was unable to deploy DPMainStack with the error "Configuration is ambiguously defined"
Ultimately this was because my existing dev bucket already had an SNS Event Notification on it for an existing workflow.
Side effects of this problem include:
Discussed solutions at the time of writing
The text was updated successfully, but these errors were encountered: