AWS bedrock-agentcore documentation change
Summary
Corrected session creation rate comparison value (0.16 to 1.6)
Security assessment
Numerical correction with no security implications. Doesn't address vulnerabilities or document security features.
Diff
diff --git a/bedrock-agentcore/latest/devguide/runtime-get-started-code-deploy.md b/bedrock-agentcore/latest/devguide/runtime-get-started-code-deploy.md index 8bbbec06c..92cf52a8f 100644 --- a//bedrock-agentcore/latest/devguide/runtime-get-started-code-deploy.md +++ b//bedrock-agentcore/latest/devguide/runtime-get-started-code-deploy.md @@ -70 +70 @@ Some of the dimensions of comparison to see how one option differs from the othe - * **Session creation rate** : The direct code deployment allows for higher session creation of 25 new sessions/second compared to 0.16 new sessions/second with container based deployments. + * **Session creation rate** : The direct code deployment allows for higher session creation of 25 new sessions/second compared to 1.6 new sessions/second with container based deployments.