I am using AWS DMS
to migrate data from RDS mysql (Engine 5.6.34)
to dynamoDB
.
For the first migration, I got datetime data as YYYY-MM-DDTHH:MM:SSZ (source RDS 1)
and the second time, i got datetime data as YYYY-MM-DDTHH:MM:SS.SSSSSSZ (source RDS 2)
.
Schema and data in both RDS instances are same. Can we specify format during Migration?