I am working on Proof of Concept in which we are getting Live Data streams from Kinesis and we want to save it in DynamoDB.
But we have the lookup tables data in RDS (Mysql) instances as we would require to perform join operations with lookup tables.
Questions:
- should we Migrate the lookup tables data in DynamoDB through AWS DMS Or any other approach will be suitable.
- Is DynamoDB more suitable for join operations with lookup tables?
- Can we use PartiQL in DynamoDB to query data and perform join operations with lookup tables?