aws-samples / aws-s3-nosql-offloading-blog

Code to support Databases blog post - How to offload data from your transactional NoSQL database to Amazon S3, perform advanced analytics, and build visualizations
MIT No Attribution
14 stars 18 forks source link

Invalid syntax from decimal import# #2

Closed sushilfirminiq closed 5 years ago

sushilfirminiq commented 5 years ago

LoadMovieData.py throwing error on execution with python3.

Also throwing the below error after changing # with *:

response = table.put_item( ^ SyntaxError: invalid syntax

sushilfirminiq commented 5 years ago

3 Fixed the issue for invalid syntax