PYTHON GUI FOR ADDING TO-DO ITEMS TO AWS DynamoDB TABLE & DELETING COMPLETED ITEMS FROM TABLE
Amazon DynamoDB is a fully managed NoSQL database service that provides fast and predictable performance with seamless scalability. Boto3 makes it easy to integrate our Python application, library, or script with AWS services including Amazon S3, Amazon EC2, Amazon DynamoDB, and more.
DynamoDB Table Configuration: Create a DynamoDB table in AWS with a name of your choice and item_id as Partition Key.