Ingesting GitHub data to DynamoDB using boto3
Introduction
Amazon DynamoDB is a fully managed, serverless, key-value NoSQL database composed of tables, items and attributes. The items and attributes in DynamoDB are equivalent to the records and columns in a relational database like Amazon RDS
Dy...
denniswanjiku.hashnode.dev7 min read