AWS bedrock-agentcore documentation change
Summary
Added tip about using '--auto-session' flag in AgentCore CLI to automate payment session handling
Security assessment
The change documents a convenience feature for payment session management but doesn't fix any security vulnerability. It relates to security features by simplifying secure session handling for payment workflows.
Diff
diff --git a/bedrock-agentcore/latest/devguide/payments-create-session.md b/bedrock-agentcore/latest/devguide/payments-create-session.md index daf6e1e5a..bd643e078 100644 --- a//bedrock-agentcore/latest/devguide/payments-create-session.md +++ b//bedrock-agentcore/latest/devguide/payments-create-session.md @@ -63,0 +64,4 @@ AgentCore SDK +###### Tip + +If you use the AgentCore CLI (v0.19.0+), pass `--auto-session` to `agentcore invoke` to create or reuse a session with the default spend limit configured on your payment manager. This removes the need to create sessions manually for most workflows. +