Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
function
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
isUsingAwsRole
Function · 0.85
Tested by
no test coverage detected