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

Function getConfiguredAwsCredentialExport

src/utils/auth.ts:408–411  ·  view source on GitHub ↗

* Get the configured awsCredentialExport from settings

()

Source from the content-addressed store, hash-verified

406 * Get the configured awsCredentialExport from settings
407 */
408function getConfiguredAwsCredentialExport(): string | undefined {
409 const mergedSettings = getSettings_DEPRECATED() || {}
410 return mergedSettings.awsCredentialExport
411}
412
413/**
414 * Check if the configured awsCredentialExport comes from project settings

Calls

no outgoing calls

Tested by

no test coverage detected