DocsAWS 101BlogServices

Bedrock Agent Runtime

Bedrock Agent Runtime emulation. See source for details.

REST-JSON multi-tenant 23 operations

Quick start

# See /docs/services/ for SDK patterns; Bedrock Agent Runtime uses the standard boto3 client.

Supported operations

23 operations exposed by this service as of MiniStack 1.4.6. Extracted directly from the handler dispatch in the source module.

CreateInvocation CreateSession DeleteAgentMemory DeleteSession EndSession GenerateQuery GetAgentMemory GetExecutionFlowSnapshot GetFlowExecution GetInvocationStep GetSession InvokeAgent InvokeFlow InvokeInlineAgent ListFlowExecutionEvents ListFlowExecutions ListInvocations ListInvocationSteps ListSessions PutInvocationStep StartFlowExecution StopFlowExecution UpdateSession

CloudFormation

No CloudFormation resource types map to this service yet. Resources can still be created via the SDK or CLI.

Known limitations

No service-specific gaps above the cross-service defaults. See Known limitations for the global list.

Source

  • ministack/services/bedrock_agent_runtime.py

Read the source to verify the ops list above — dispatch tables and handler functions are the ground truth.