MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getAWSRegion

Function getAWSRegion

src/utils/envUtils.ts:96–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94 * Matches the Anthropic Bedrock SDK's region behavior
95 */
96export function getAWSRegion(): string {
97 return process.env.AWS_REGION || process.env.AWS_DEFAULT_REGION || 'us-east-1'
98}
99
100/**
101 * Get the default Vertex AI region

Callers 4

createBedrockClientFunction · 0.85
getAnthropicClientFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected