2 Answers
- Newest
- Most votes
- Most comments
0
Hi,
Both your code and the input parameters seem correct. Are you sure that when you filter by more than one tag the crawler contains all of them? Otherwise the listCrawlers method will not return it.
Additionally, remember that tags are case-sensitive, so they must be written exactly the same.
0
Hi,
It looks like there is a bug in ListCrawler action/method. It is not working with different Key Value pair in Tags.
I have modified my crawler tags to use same tags for two different crawlers. At that time, ListCrawler actions returned two crawlers names which are matching to that Tag value.
answered 3 years ago
Relevant content
- asked 3 years ago
- AWS OFFICIALUpdated 2 years ago

Hi,
Thanks for the response. I want to confirm one thing, ListCrawler will return crawler names that are matching to the given input tags, correct? In my code example, I was expecting two crawler names which have those tags.
Yes, as long as the crawler matches all the tags specified in the input parameter.