acceptable-stone-35112
07/29/2020, 8:18 AMconst table = new dynamodb.Table(name, {
name: name,
attributes: [{ name: "ProductId", type: "S" }],
hashKey: "ProductId",
billingMode: BillingMode.PAY_PER_REQUEST
})