Terraform module that creates an S3 bucket with an optional IAM user for external CI/CD systems
168
stars
838
forks
source link
Missing filter_prefix and filter_suffix options in event notifications config for queues and topics #260
Open
vonZeppelin opened 2 weeks ago
Describe the Feature
Similar to lambda functions, queues and topics S3 bucket notifications lists should support specifying
filter_prefix
andfilter_suffix
options.Expected Behavior
It is possible to provide
filter_prefix
andfilter_suffix
options forqueue_list
andtopic_list
.Use Case
Filtering S3 events sent to queues and topics.
Describe Ideal Solution
Two new options are added into
queue_list
andtopic_list
keys of theevent_notification_details
variable.Alternatives Considered
No response
Additional Context
No response