@ConceptsWeb
We're leaning toward using built-in solutions from each major cloud provider, depending on demand.
Please share your current cloud setup so we can better decide which integrations to focus on.
On the AWS side:
- DynamoDB is serverless and NoSQL, while PostgreSQL is a relational SQL database. Supporting DynamoDB would involve extra work—converting SQL tables to partition-keyed JSON and uploading them. It’s doable with a few lines of code, but we’re not sure yet if it should be included.
- Amazon RDS and Aurora are better suited for direct support due to their relational nature.
- AWS also offers Database Migration Service (DMS), which can replicate data from PostgreSQL to AWS targets like DynamoDB or S3 in real time. You could use this to migrate call logs and connect them to a 3CX wallboard.
Thanks for your feedback!