Newbee to AWS.
I want to use COPY command to import table from dynamoDB to Redshift. But I occurred the error message such as "Invalid operation: Unsupported Data Type: Current Version only supports Strings and Numbers". Or I can only have values in some columns and others(more important one, such as sensor value in paylaod) are null.
In dynamoDB, hashkey and rangekey are String, but the payload is JSON format, how I can COPY this payload to Redshift? the documentation in AWS didn't provide a detail solution.