1 Answer
- Newest
- Most votes
- Most comments
0
Hello.
Do you only get one list even if you change the query conditions?
The output may be long and paged, so why not try running the command with the "--no-paginate" option?
https://awscli.amazonaws.com/v2/documentation/api/latest/reference/codepipeline/list-pipelines.html
Also, since it is possible that you are referring to a different region, try specifying the region with "--region" and running the command.
Relevant content
- asked 2 years ago
- asked 2 years ago
- AWS OFFICIALUpdated 10 months ago
Yes. I cant get any query example with a function condition to evaluate the same as normal cli.
Thanks for the tip on no-paginate, but this did not solve it. Also the chatbot is already assigned to the region and is defaulted correctly to the region I normally use.