Modification of AWS Bedrock to Amazon Bedrock #2473
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Context
This PR updates all references of "AWS Bedrock" to "Amazon Bedrock" throughout the codebase to align with Amazon's official product naming. The change is due to official Amazon name is
Amazon Bedrock.The changes include:
Screenshots
How to Test
Open the settings panel and verify that "Amazon Bedrock" appears correctly in the provider dropdown
If you have Amazon Bedrock credentials configured:
Test that the provider still works correctly
Verify error messages display "Amazon Bedrock" instead of "AWS Bedrock"
Check that the localized versions of the settings panel show the updated terminology
Run the test suite to ensure all functionality works as expected: npm run test
Breaking changes
The constant
AWS_BEDROCK_REGION_INFOhas been renamed toAMAZON_BEDROCK_REGION_INFO. Any external code that directly references this constant will need to be updated.No other breaking changes are expected as this is primarily a terminology update.
Important
Renamed 'AWS Bedrock' to 'Amazon Bedrock' across the codebase, including UI, localization, and code references.
settings.jsonfiles for all supported languages (e.g.,en,es,de,pt-BR,hi,fr,ko,it,zh-CN,zh-TW,ca,pl,tr,vi,ja).AWS_BEDROCK_REGION_INFOtoAMAZON_BEDROCK_REGION_INFOinaws_regions.tsand updated references inbedrock.tsandvalidate.ts.validateBedrockArn()invalidate.tsto reflect the new naming convention.This description was created by
for b7c258c. It will automatically update as commits are pushed.