File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/bedrock_agentcore_starter_toolkit Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -380,7 +380,7 @@ def configure(
380380
381381 # Create configuration manager early for consistent prompting
382382 config_path = Path .cwd () / ".bedrock_agentcore.yaml"
383- config_manager = ConfigurationManager (config_path , non_interactive )
383+ config_manager = ConfigurationManager (config_path , non_interactive , region = region )
384384
385385 # Interactive entrypoint selection
386386 if not entrypoint :
Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ def configure_bedrock_agentcore(
253253 log .debug ("No execution role provided and auto-create disabled" )
254254
255255 # Pass region to ConfigurationManager so it can check for existing memories
256- config_manager = ConfigurationManager (build_dir / ".bedrock_agentcore.yaml" , non_interactive )
256+ config_manager = ConfigurationManager (build_dir / ".bedrock_agentcore.yaml" , non_interactive , region = region )
257257
258258 # Handle memory configuration
259259 memory_config = MemoryConfig ()
You can’t perform that action at this time.
0 commit comments