Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在一个表中,我有 292 条记录,对于这 292 条记录,我在 DynamoDB 中编写了 63 个并行异步段。如果记录再次增加,我将在代码中编写段。如果不编写这样的代码来添加要显示的记录,解决方案是什么。请帮我。
您可以在表上启用 DynamoDB 流,并连接由流触发的 lambda 函数以显示新添加的记录。