• 
      

    Switch sqs-to-dynamodb.py to the new dynamodb API

    Review Request #8445 — Created Sept. 28, 2016 and submitted

    Information

    student-sonar
    master
    c0b7743...

    Reviewers

    boto has a new API for accessing dynamodb, which provides batch updates. This
    change switches us over to it.

    Ran the script, saw that it correctly updated the dynamodb table.

    Description From Last Updated

    local variable 'db_cnx' is assigned to but never used

    reviewbotreviewbot
    reviewbot
    1. Tool: Pyflakes
      Processed Files:
          bin/sqs-to-dynamodb.py
      
      
      
      Tool: PEP8 Style Checker
      Processed Files:
          bin/sqs-to-dynamodb.py
      
      
    2. bin/sqs-to-dynamodb.py (Diff revision 1)
       
       
      Show all issues
       local variable 'db_cnx' is assigned to but never used
      
    3. 
        
    david
    reviewbot
    1. Tool: PEP8 Style Checker
      Processed Files:
          bin/sqs-to-dynamodb.py
      
      
      
      Tool: Pyflakes
      Processed Files:
          bin/sqs-to-dynamodb.py
      
      
    2. 
        
    brennie
    1. Ship It!
    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to master (2c5abf0)