Skip to content

Conversation

@lambertjosh
Copy link
Contributor

Adds simple initial docs for AWS Bedrock support.

@changeset-bot
Copy link

changeset-bot bot commented Jan 2, 2026

⚠️ No Changeset found

Latest commit: 40c3b2a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

1. **AWS Access Keys (Recommended for Development):**
1. **Bedrock API Key:**
- Create a Bedrock-specific API key in the AWS Console. This is a simple service-specific authentication method.
- See the [AWS documentation on Bedrock credentials](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_bedrock.html) for instructions on creating an API key.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚨 CRITICAL: Invalid AWS documentation link and non-existent feature

This documentation describes a "Bedrock API Key" authentication method that does not exist in AWS Bedrock. AWS Bedrock uses standard AWS authentication methods (IAM credentials, profiles, or roles) - there is no service-specific API key.

The linked URL (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_bedrock.html) does not exist in AWS documentation.

Additionally, I found no corresponding code in the Kilo Code codebase to support a "Bedrock API Key" authentication method.

Please verify this feature exists before documenting it, or remove this section if it was added in error.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It exists and works, and that link does indeed work.

@kiloconnect
Copy link
Contributor

kiloconnect bot commented Jan 2, 2026

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Overview

This PR updates the AWS Bedrock provider documentation to add a third authentication option: "Bedrock API Key". The changes include:

  • Added clarifying text about the provider connecting directly to AWS Bedrock (line 7)
  • Updated credential options from "two" to "three" (line 23)
  • Added new "Bedrock API Key" authentication method with documentation link (lines 25-27)
  • Renumbered existing authentication options (lines 28-33)
  • Added configuration instructions for the new Bedrock API Key option (lines 81-82)

The documentation changes are well-structured and consistent with the existing format.

Files Reviewed (1 file)
  • apps/kilocode-docs/docs/providers/bedrock.md - Documentation updates for Bedrock API Key authentication

@lambertjosh lambertjosh requested review from chrarnoldus and removed request for chrarnoldus January 2, 2026 19:47
@lambertjosh lambertjosh merged commit de865d1 into main Jan 10, 2026
12 checks passed
@lambertjosh lambertjosh deleted the jl-add-aws-bedrock-docs branch January 10, 2026 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants