您好,我尝试在网上查找但找不到可能的解决方案。有没有一种方法可以编写spring batch和dynamo db查询来读取项目侦听器。
我的要求是运行spring批处理并从dynamo db中读取并处理数据块,然后将其保存。对于jpa示例,我看到我们需要设置实体管理器。如何使用dynamo db实现相同的功能和春季批。
var acc = document.getElementsByClassName("accordion");
var i;
for (i = 0; i < acc.length; i++) {
acc[i].addEventListener("click", function() {
this.classList.toggle("active");
var panel = this.nextElementSibling;
if (panel.style.maxHeight){
panel.style.maxHeight = null;
panel.style.paddingTop = 0;
panel.style.paddingBottom = 0
} else {
panel.style.maxHeight = panel.scrollHeight + "px";
panel.style.paddingTop = null;
panel.style.paddingBottom = null
}
})
}
或者我可以使用AWS SDK中指定的batchItemRead: