DynamoDB

DynamoDB

Table: activeConnectionsPool

Be careful with hte ids creation:

Partition key > connectionId (String)

Sort key > -

Table: cifoChat

Be careful with the ids creation:

Partition key > chatId (String)

Sort key > userId (String)

{

"chatId": "chat2",

"userId": "alex#1657269784108",

"connectionid": "U8IPpcQbFiACH8g=",

"requesttime": "08/Jul/2022:08:43:03 +0000",

"sourceip": "83.247.137.2",

"text": "Hola",

"timestampEpoch": 1657269784108

}