Documentation
¶
Overview ¶
Package awsident defines the fixed local-AWS identity that every doze-aws service assumes: one region, one account, one set of throwaway credentials.
The values match what LocalStack uses, so tools and copy-pasted snippets that assume them keep working. Signatures are parsed but never verified (this is a local emulator — the identity is fixed, not authenticated), so the credential values only need to exist for SDKs that refuse to sign without them.
Index ¶
Constants ¶
View Source
const ( Region = "us-east-1" AccountID = "000000000000" AccessKeyID = "test" SecretAccessKey = "test" )
Conventional local-AWS identity.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.