SNS Topic List Limit

Is there a way to increase the number of topics returns from the SNS Trigger node? I have 100+ topics and it is only returning about half.

Hi @Slosarek, welcome to the community :tada:

You mean in this dropdown, right?

image

From quickly looking into this it seems the node does unfortunately not support pagination when fetching the topics. I took a quick look into the respective documentation but this unfortunately appears to be something I can’t easily fix myself. Maybe @RicardoE105 can take a look into this once he has some time?

Until then you could set the topic manually by adding an expression like so:
image

The format would be like this: arn:aws:sns:us-east-1:123456789:TestingTopic (where the longer number is the AWS account ID, it should already be prefilled if you select any available topic).

1 Like

Thanks @MutedJam. Yeah, I was able to get it to work using the expression, I was just making sure I wasn’t missing anything obvious. Thanks again.

1 Like

By default, the API returns 100 topics. I did not add the pagination because did not think it was common to have more than 100 topics.