modifications in any DynamoDB table and stores this information in a log for up to 24 hours. Applications can access this log and view the data items as they appeared before and after they were modified, in near-real time. DynamoDB Streamsは、任意のDynamoDBテーブルにおけるアイテムレベルの変更を時系列順に記録 し、最大24時間ログに保存します。アプリケーションはこのログにアクセスし、変更前後のデータアイテ ムの状態をほぼリアルタイムで確認できます。 Whenever an application creates, updates, or deletes items in the table, DynamoDB Streams writes a stream record with the primary key attributes of the items that were modified. アプリケーションがテーブル内のアイテムを作成、更新、または削除するたびに、DynamoDB Streams は変更されたアイテムの主キー属性を含むストリームレコードを書き込みます。
that you can create triggers—pieces of code that automatically respond to events in DynamoDB Streams. With triggers, you can build applications that react to data modifications in DynamoDB tables. Amazon DynamoDB は AWS Lambda と統合されているため、DynamoDB Streams のイベントに自動 的に応答するコードであるトリガーを作成できます。トリガーを使用すると、DynamoDB テーブルのデー タ変更に反応するアプリケーションを構築できます。 DynamoDB Streamの ドキュメント DynamoDB Stream Lambda統合の ドキュメント