我正在尝试将元素添加到dynamodb中的表中,如下面的示例所示,但是当我运行它时,会得到以下错误消息: at Request.extractErrorlet ddb = new AWS.DynamoDB({ endpoint: "http://localhost:8080",console.log("Error", er
我使用的是AWS.DynamoDB.DocumentClient,带有Dynamodb本地(端口8080)。执行put时,回调中的data变量是一个空对象。我错过了什么吗?AWS.config.update({ endpoint: "http://localhost:8080"
const docClient: any = new AWS.DynamoDB.Docum
Starting <something>_dynamodb_1 ... donedynamodb_1 | InitializingDynamoDB Local with the following configuration:dynamodb_1 | InMemory: falsedynamodb_1 | DbPat