Upgrade to Pro — share decks privately, control downloads, hide ads and more …

AWS Lambda response streaming 実装前にしりたいやつ

watany
November 15, 2023

AWS Lambda response streaming 実装前にしりたいやつ

「JAWS-UG横浜 #61 AWS re:Invent 2023 去年のアレどうなった?スペシャル」でお話しした内容になります。
https://jawsug-yokohama.connpass.com/event/296736/

watany

November 15, 2023
Tweet

More Decks by watany

Other Decks in Technology

Transcript

  1. AWS Lambda response streaming 2023/04/07 機能追加。 CDKではこんな感じ(ワイが作った) Responseを段階的にStreaming送信可能に! 6MB越えのresponse(MAX 20GB)

    Streamingにより、ユーザ体験の向上 ChatGPTやClaude2でよくある「ヌルヌ ル返す」 response streaming の前提 Node.js 14.x 以降のランタイム カスタムランタイム 5
  2. 例1: AWS Lambda RIC RIC = Runtime Interface Client 私はこれを読んでMockを作りました

    https://github.com/aws/aws-lambda-nodejs-runtime-interface-client 22