念願のやつが来ました。これで、API Gateway経由でもBedrockの応答をそのままストリーミングできます。 特に意味はないですが、大阪リージョンで試しました。 設定 マネコンでLambda管理画面を表示します 「一から作成」を選択します ランタイムはNode.js 22.x、アーキテクチャはarm64を選択しました。 コードを記述します import { pipeline } from 'node:stream/promises'; import { BedrockRuntimeClient, ConverseStreamCommand } from "@aws-sdk/client-bedrock-runtime"; export const handler = awslambda.streamifyResponse(async (event, responseStream, _