22
33The AmazonQ features rely on the ` codewhisperer-streaming ` service, to support both Sigv4 and Bearer token modes of this service,
44two clients are generated from the service's smithy models and placed in
5- ` src.gen/@amzn/amazon-q-developer-streaming-client ` and ` src.gen/@amzn/codewhisperer-streaming ` respectively (For more
5+ ` src.gen/@amzn/amazon-q-developer-streaming-client ` and ` src.gen/@amzn/amazon- codewhisperer-streaming ` respectively (For more
66information about these clients and how they are generated, please see this
77[ quip document] ( https://quip-amazon.com/2dAWAvTIYXXr/Build-instructions-for-AWS-CodeWhisperer-Streaming-Typescript-client ) ).
88
@@ -16,12 +16,12 @@ built before the toolkit project itself. Workspaces are automatically ready to
1616be imported in the root toolkit project by their declared package.json name,
1717(` @amzn/amazon-q-developer-streaming ` in this case).
1818
19- ## @amzn/codewhisperer-streaming client
19+ ## @amzn/amazon- codewhisperer-streaming client
2020
2121This client is a standalone npm project in typescript, and it is added to
22- the project as a workspace in the project's root ` package.json ` with the line ` "workspaces": [ ..., "src.gen/@amzn/codewhisperer-streaming" ] ` .
23- The client may be manually built using ` npm run build -w @amzn/codewhisperer-streaming" ` .
22+ the project as a workspace in the project's root ` package.json ` with the line ` "workspaces": [ ..., "src.gen/@amzn/amazon- codewhisperer-streaming" ] ` .
23+ The client may be manually built using ` npm run build -w @amzn/amazon- codewhisperer-streaming" ` .
2424The ` generateClients ` run script ensures that this dependency is
2525built before the toolkit project itself. Workspaces are automatically ready to
2626be imported in the root toolkit project by their declared package.json name,
27- (` @amzn/codewhisperer-streaming ` in this case).
27+ (` @amzn/amazon- codewhisperer-streaming ` in this case).
0 commit comments