Slide 30
Slide 30 text
© 2024, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon Confidential and Trademark.
Bedrock Engineer のアーキテクチャ
30
Web UI
exposeInMainWorld fetch
api.create
main handlers
(createFile, readFile…)
api.listen(port)
app.ready
create.window
Amazon Bedrock
AWS SDK
Web API
IPC
(Inter-Process Communication)
Electron
(Native app for macOS, Win, Linux)
AWS Cloud
main
renderer
preload
Electron を使用して mac, windows, linux で動作する
ネイティブアプリとして実装しています
クラウドには、Amazon Bedrock のみを使用し、
AWS Lambda も不要なサーバーレス構成にしています
CDKを使ったデプロイも不要です