The MySQL server provided by RDS does not allow a DEFINER syntax for another user. Solution

PLAINTEXT
sed -E ‘s/DEFINER=`[^`]+`@`[^`]+`/DEFINER=username/g’ store.sql > storefix.sql

Was this worth your time?