AWS bedrock-agentcore documentation change
Summary
Added documentation for InvokeAgentRuntimeCommand API including rate limits (25 TPS) and additional constraints like command size, response size, timeout, streaming chunk size, and session ID length.
Security assessment
This change adds operational limits and constraints for a new API. While limits can help prevent abuse, there's no explicit mention of security vulnerabilities, authentication, authorization, or security features. It's a standard documentation update for service limits.
Diff
diff --git a/bedrock-agentcore/latest/devguide/bedrock-agentcore-limits.md b/bedrock-agentcore/latest/devguide/bedrock-agentcore-limits.md index 0b8d9774d..bdc5391fb 100644 --- a//bedrock-agentcore/latest/devguide/bedrock-agentcore-limits.md +++ b//bedrock-agentcore/latest/devguide/bedrock-agentcore-limits.md @@ -73,0 +74 @@ InvokeAgentRuntime API rate, per agent, per account | 25 TPS | Yes | Transaction +InvokeAgentRuntimeCommand API rate, per agent, per account | 25 TPS | Yes | Transactions per second. Additional limits: command size 1 byte–64 KB, response size up to 100 MB, timeout 1–3600 seconds (default 300), streaming chunk size up to 64 KB per event, session ID minimum 33 characters.