Takehiro Suzuki

Results 150 comments of Takehiro Suzuki

Cause: duplication of CDK construct id ([source](https://github.com/aws-samples/bedrock-claude-chat/blob/v2/cdk/lib/bedrock-custom-bot-stack.ts)) - Duplicated construct id (bucket name) ```ts if (props.existingS3Urls && props.existingS3Urls.length > 0) { props.existingS3Urls.forEach((url) => { const { bucketName, prefix } =...

Before implementation, need to confirm that the existing KB behavior does not change if modify the DataSource construct ID.

@DTheunis Please refer: [migration guide](https://github.com/fsatsuki/bedrock-claude-chat/blob/feature/guardrails/docs/migration/V1_TO_V2.md)

@wzr1337 Thank you for your suggestion. We'd be appreciated if you could create a PR to improve UI when you have time.

@Park646 Thank you for investigating this issue! We'd be appreciated if you could create a PR with modification you mentioned and [document](https://github.com/aws-samples/bedrock-claude-chat/blob/v2/docs/idp/SET_UP_CUSTOM_OIDC.md).

Tried `npm ci && npm run dev` with HEAD commit, but not reproduced.

It still hasn't been reproduced. The cause could be the Vite plugins. I'll keep this issue open in case anyone else is facing the same problem.

@tak-kam Thank you for the detailed issue and the request for integrating Langfuse into this project! I appreciate you providing the context and background information. > If there is any...

@tak-kam I'm interested in the archtecture you implemented, how you integrated with this sample and how utilize this function in the real usecase. Why don't we have a discussion on...