AWS re:Invent 2022 で行なわれた、「Building next-gen applications with event-driven architectures」のセッションレポートです。

この記事は、要点・見どころ・ポイントについてまとめます。

セッション概要

Title

Building next-gen applications with event-driven architectures

イベント駆動型アーキテクチャによる次世代アプリケーションの構築

Overview

Event-driven architectures can solve many difficult problems in modern enterprise workloads. For example, it can be challenging to work with large amounts of data in different data stores and locations. Teams building microservices architecture often find that integration with other applications and external services can make their workloads more monolithic and tightly coupled. In this chalk talk, learn how to use event-based architecture to decouple and decentralize application components. Discover how you can use AWS messaging services to connect microservices and coordinate data flow using minimal custom code.
イベントドリブンアーキテクチャは、現代の企業ワークロードにおける多くの困難な問題を解決することができます。例えば、異なるデータストアやロケーションにある大量のデータを扱うことは困難な場合があります。マイクロサービスアーキテクチャを構築するチームは、他のアプリケーションや外部サービスとの統合により、ワークロードがよりモノリシックで密結合になることにしばしば気づきます。このトークセッションでは、イベントベースアーキテクチャを使用して、アプリケーションコンポーネントを切り離し、分散化する方法について学びます。AWS メッセージングサービスを使用して、マイクロサービスを接続し、最小限のカスタムコードでデータフローを調整する方法を発見してください。




全文はこちら:【re:Invent 2022】イベント駆動型アーキテクチャによる次世代アプリケーションの構築-Session Report

著者:honma12345