Configuration & Usage
Detailed configuration, credential resolution order, caching, and runtime behavior for the bx-aws-secrets module.
π§ Configuration Sources
π§© Application.bx (Per-App)
Application.bx (Per-App)class {
this.name = "myApp"
this.aws = {
region : "us-east-2",
accessKeyId : "${AWS_ACCESS_KEY_ID}",
secretAccessKey : "${AWS_SECRET_ACCESS_KEY}",
sessionToken : "",
cacheTTL : 300,
endpointOverride : ""
}
}π Global boxlang.json Settings
boxlang.json Settingsπ± Environment Variable Fallback
Setting
Environment Variable(s)
π Settings Reference
Setting
Type
Default
Description
π Usage Examples
π§ Caching Behavior
π Client Lifecycle
π§ͺ Local Development with LocalStack
π¨ Troubleshooting
Last updated
Was this helpful?
