-
Notifications
You must be signed in to change notification settings - Fork 46
feat(cdk): switch to the global Bedrock geo, with doctor and --model validation #806
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
a5d8f41
feat(cdk): switch the Bedrock inference profile to the global geo
isadeks 8e39535
fix(cli): strip every geo prefix in the doctor Bedrock check
isadeks c629e1e
fix(cli): check the inference profile doctor will invoke, and reject …
isadeks a2550be
fix(agent): inject both model env vars from the resolved geography
isadeks b51712c
fix(cdk): clear a dropped model override, widen the drift guard, corr…
isadeks 6759649
fix(cdk): wire the third substrate, guard the headline fix, revert a …
isadeks bc66ce1
Merge main, converging the geo helper and delivering the main model t…
isadeks 6cd8f08
fix(bedrock): drop the profile-less granted model, reject wildcard gr…
isadeks c941454
docs(onboard-repo): correct the model-grant command, which cannot wor…
isadeks b016d3e
fix(microvm): deliver the main model to the MicroVM guest, not just t…
isadeks e449c7e
test(cdk): fail the build when the template approaches CloudFormation…
isadeks e714ee8
Merge branch 'main' into fix/804-805-doctor-and-model-validation
isadeks 7d86c11
test(cdk): state the template budget's real justification
isadeks c0ed2ee
fix: address review — unbundle the CDK from runtime Lambdas, stop adv…
isadeks feec350
Merge branch 'main' into fix/804-805-doctor-and-model-validation
isadeks c2d6dc0
Merge branch 'main' into fix/804-805-doctor-and-model-validation
isadeks 15c97c2
Merge branch 'main' into fix/804-805-doctor-and-model-validation
isadeks cb9d459
Merge branch 'main' into fix/804-805-doctor-and-model-validation
isadeks e6464b0
fix: correct the geography guidance, measure the substrate that deplo…
isadeks bed9f2c
Merge branch 'main' into fix/804-805-doctor-and-model-validation
isadeks f6abd06
fix: restore six regression tests I deleted, and guard the platform d…
isadeks 9701592
Merge branch 'main' into fix/804-805-doctor-and-model-validation
isadeks 3329363
Merge branch 'main' into fix/804-805-doctor-and-model-validation
isadeks b75e4fa
test(agent): join pipeline threads at teardown so they cannot cross t…
isadeks 7b812f5
Merge branch 'main' into fix/804-805-doctor-and-model-validation
isadeks 2508996
Merge branch 'main' into fix/804-805-doctor-and-model-validation
isadeks 5640d87
Merge branch 'main' into fix/804-805-doctor-and-model-validation
isadeks File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,5 +14,8 @@ | |
| "yarn.lock", | ||
| "node_modules" | ||
| ] | ||
| }, | ||
| "context": { | ||
| "bedrockGeoRegion": "global" | ||
| } | ||
| } | ||
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.