We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Similar to lambda functions, queues and topics S3 bucket notifications lists should support specifying filter_prefix and filter_suffix options.
filter_prefix
filter_suffix
It is possible to provide filter_prefix and filter_suffix options for queue_list and topic_list.
queue_list
topic_list
Filtering S3 events sent to queues and topics.
Two new options are added into queue_list and topic_list keys of the event_notification_details variable.
event_notification_details
No response
The text was updated successfully, but these errors were encountered:
That should be simple enough to add. Have you considered contributing this change?
Sorry, something went wrong.
feat: Add filter_prefix, filter_suffix config options for queues and …
60a4ac0
…topics Closes cloudposse#260 Signed-off-by: Leonid Bogdanov <>
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: