Ernie Francis
02/20/2022, 10:28 PMconst table = new sst.Table(this, "Counter", {
fields: {
counter: sst.TableFieldType.STRING,
},
primaryIndex: { partitionKey: "counter" },
});
but that is just one field in a table, what if a field contains another object? only options i get are string, number or binary.Frank