python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
AWS boto iterator returns bytes instead of strings: _csv.Error: iterator should return strings, not bytes (did you open the file in text mode?)
We have a large .csv file on an S3 bucket. We want to read it into a dictionary for processing line by line. botocore.response.StreamingBody provides an iterator that you can get with iter_lines(). Ho...

Stan Ostrovskii
Votes: 0
Answers: 1
uploading the large file through chunking
Let's say we are designing core functionality of dropbox which is backed by Amazon S3.
I have few confusions regarding how the upload works (as below is my assumption of the upload work flow. Please c...
Geek
Votes: 0
Answers: 1
AWS DynamoDB query too slow (using query, not Scan)
It's my first time with AWS Lambdas and DynamoDB, in Python.
I have my Table with only 474 records and a total weight of 890,4 kilobytes. The filtered selection is around only 380 records.
Quite small...

Francisco Ghelfi
Votes: 0
Answers: 1
SAM local start-api CORS issue
I am using AWS CDK (Typescript) and running SAM local start-api to spin up an API tied to lambda resolvers and am running into a CORS issue when trying to hit the API from a browser. Here is my code:
...
red house 87
Votes: 0
Answers: 1