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!
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de larcat
le 3 avril 2017 à 18h20
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...