Goal: Add an SDK-compat handler so the real aws-sdk-go-v2/service/bedrock and bedrockruntime clients work against cloudemu.
Operations:
- ListFoundationModels / GetFoundationModel
- CreateModelCustomizationJob / GetModelCustomizationJob / ListModelCustomizationJobs
- CreateProvisionedModelThroughput / GetProvisionedModelThroughput / DeleteProvisionedModelThroughput
- bedrockruntime: InvokeModel / InvokeModelWithResponseStream / Converse / ConverseStream (deterministic stub responses are sufficient for tests)
Goal: Add an SDK-compat handler so the real
aws-sdk-go-v2/service/bedrockandbedrockruntimeclients work against cloudemu.Operations: