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!
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by larcat
on April 3, 2017 at 6:20 PM
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...