This is the data I receive which inserts into my dynamodb table perfectly fine as seen in the image below.
However, I want it to be sorted into multiple columns so I changed the action to DynamoDBv2. Upon doing this, it stopped receiving the data. I tried to create a new table, role, and rule but it still did not receive anything. I tried to change the table back into the normal dynamoDB, and it worked but it saved all data (buttonPress and id) in a single column, which is not what I wanted.
Any input is very well appreciated.
Your rule should select both the keys from the payload also
SELECT Date, Time, buttonPress from topic