amazon-rds

MemoryError when Using the read() Method in Reading a Large Size of JSON file from Amazon S3

MemoryError when Using the read() Method in Reading a Large Size of JSON file from Amazon S3 Question: I’m trying to import a large size of JSON FILE from Amazon S3 into AWS RDS-PostgreSQL using Python. But, these errors occured, Traceback (most recent call last): File "my_code.py", line 67, in file_content = obj[‘Body’].read().decode(‘utf-8’).splitlines(True) File "/home/user/asd-to-qwe/fgh-to-hjk/env/local/lib/python3.6/site-packages/botocore/response.py", …

Total answers: 1

How to drop table and recreate in amazon RDS with Elasticbeanstalk?

How to drop table and recreate in amazon RDS with Elasticbeanstalk? Question: My database on Amazon currently has only a little data in it (I am making a web app but it is still in development) and I am looking to delete it, make changes to the schema, and put it back up again. The …

Total answers: 2