Open
Description
Is your feature request related to a problem? Please describe.
The LSP server for AWS Q Developer is only supporting Bearer tokens at this time and not IAM credentials:
<- LSP-aws-q-developer window/logMessage: {'type': 3, 'message': '[2024-05-25T03:17:58.532Z] Recommendation failure: Error: Authorization failed, bearer token is not set'}
You can see this here effectively:
Describe the solution you'd like
Code search shows that nothing is actually referencing CodeWhispererServiceIAM
effectively yet:
I will either need to get bearer tokens for a Builder ID, or we'll need to bridge the gap for supporting IAM-based authentication for the LSP service. As an internal employee at Amazon, it is significantly easier for me to use IAM credentials over a bearer token for a Builder ID.
Activity