Hi all,
Can anyone tell me what formatting they need to do to TMDB API responses to get them cleanly into an AWS dynamodb? Fwiw I'm using lambda, and I know the permissions are right -- wrote some dummy data to dynamodb using the same function.
I'm trying to use the TMDB 'id' as my key for the entry for movies.
Thanks!
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة larcat
بتاريخ أبريل 3, 2017 في 6:20 مساءا
FWIW, I solved this. You need to strip out empty strings from the JSON, which there are potentially lots of in a TMDB response. I used boltons iterutils...