-
Notifications
You must be signed in to change notification settings - Fork 747
fix(amazonq): downloadExportResultAcrchive api not passed with profileArn and cause 400 error #7022
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
Conversation
…and cause 400 error
|
justinmk3
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changelog ?
oh i forgot to push |
|
fyi @justinmk3 this pr is not ready yet |
|
i am querying service logs to find out what else we missed |
neilk-aws
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this also be changed for the FeatureDev client implementation?
| public async exportResultArchive(conversationId: string) { |
yes |
|
@neilk-aws as your request, funtionally tested / dev |
|
thank you all |



Problem
The CreateUploadUrl and StartTestGenerationJob requests succeeded with the profile ARN attached. However, the ExportResultArchive requests were made without this profile ARN, leading to inconsistent profile resolution between operations.
Solution
feature/xbranches will not be squash-merged at release time.