MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / credentials.ts

File credentials.ts

apps/web/services/aws/credentials.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1function isUsingAwsRole() {
2 // fargate has roles already, no need to set up
3 return (process.env.LONG_RUNNING as string) === 'true';
4}

Callers

nothing calls this directly

Calls 1

isUsingAwsRoleFunction · 0.85

Tested by

no test coverage detected