DynamoDb 项目大小问题

siv*_*iva 2 amazon-s3 amazon-web-services amazon-dynamodb

我有一个名为 Dynamodb 表events,我在那里存储所有事件信息。

最近我陷入了这种错误。

An error occurred (ValidationException) when calling the UpdateItem operation: Item size to update has exceeded the maximum allowed size
Run Code Online (Sandbox Code Playgroud)

谁能建议一个解决方案来解决这个问题?

Bal*_*ala 8

记录大小限制为 400KB,这包括项目大小及其本地二级索引。而且这个不能增加。

在 S3 中存储消息并在 Dynamo 中存储索引的标准做法。是一些文档。