-
Notifications
You must be signed in to change notification settings - Fork 478
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
Queues not listed in Monitor Dead Letter Queue page in Lambda Test Tool. #1566
Comments
Hi @mwleinad, Good afternoon. Thanks for reporting the issue. I tried reproducing the issue using below steps:
The messages were successfully displayed in the table: Just a note, I did not use SSO profile during testing. Once I selected configured SSO profile from dropdown (even after Looking at the error message shared by you in issue description, it appears you might be using the SSO profile. Could you please confirm? If yes, are you logged in to your SSO profile using AWS CLI I do see that Amazon.Lambda.TestTool.csproj has reference to Thanks, |
This issue has not received a response in 5 days. If you want to keep this issue open, please just leave a comment below and auto-close will be canceled. |
Fixed in Amazon Lambda TestTool version |
|
Describe the bug
I might just be missing something but then going to
http://localhost:5050/monitor-dlq
I'm getting this error
Error listing queues: Value cannot be null. (Parameter 'Options property cannot be empty: ClientName')
Expected Behavior
Queues should be listed
Current Behavior
Queue list is empty
Reproduction Steps
Open the http://localhost:5050/monitor-dlq
btw, this is a executable assemblies, does that have anything to do?
Possible Solution
I can't find a way to specify the client name and the code doesn't look to take clientname into account anywhere.
Additional Information/Context
No response
AWS .NET SDK and/or Package version used
AWSSDK V3
Targeted .NET Platform
.NET 6
Operating System and version
Windows 10
The text was updated successfully, but these errors were encountered: