-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
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
apprunner list-services error in retrieval. #9399
Comments
Debug from
|
Hi @ct5845, thanks for reaching out. This is a known issue with |
This issue is now closed. Comments on closed issues are hard for our team to see. |
Describe the bug
This command is currently incredibly confusing in it's results. Not returning my service, or a full page worth of results.
Regression Issue
Expected Behavior
I get my one service back when doing a specific query.
Or an actual page full of results, to the max set (be that just 4 here, or i could live with the default of 20..).
Current Behavior
A small subset of results, way below the --max-results set (or not set), and/or the query operation not working to find one in a larger set.
Reproduction Steps
I have 4 services running.
I call
aws apprunner list-services
I only get 2 services back (with a next token).I call
aws apprunner list-services --max-results 4
I only get 2 services back (with a next token).I call
aws apprunner list-services --query "ServiceSummaryList[?ServiceName=='production']
I don't get any results back (because for some reason this one is on "page 2" of the results.Possible Solution
No response
Additional Information/Context
No response
CLI version used
aws-cli/2.25.2
Environment details (OS name and version, etc.)
Windows/11 exe/AMD64
The text was updated successfully, but these errors were encountered: