open your cmd and input python dynamodb1.py Modify dynamodb1.py to comment out the call to table_scan(). Add the following code to add an item to users table. importboto3importpprint session=boto3.Session( aws_access_key_id='你的access_key', aws_secret_access_key='你的secret_key')...