MCPcopy Create free account
hub / github.com/Noumena-Network/code / getAWSRegion

Function getAWSRegion

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

Source from the content-addressed store, hash-verified

126 * Matches the Anthropic Bedrock SDK's region behavior
127 */
128export function getAWSRegion(): string {
129 return process.env.AWS_REGION || process.env.AWS_DEFAULT_REGION || 'us-east-1'
130}
131
132/**
133 * Get the default Vertex AI region

Callers 4

createBedrockClientFunction · 0.85
getAnthropicClientFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected