python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
DataNotFoundError: Unable to load data for: endpoints
I'm trying to write from a data frame to CSV directly to an s3 bucket
I've tried the stringIO method but the problem is that I run into the "KeyTooLong" error.
import boto3
client = boto3.cl...
Jay
Votes: 0
Answers: 1
Unable to locate credentials in boto3 AWS
I'm trying to view S3 bucket list through a python scripts using boto3. Credential file and config file is available in the C:\Users\user1.aws location. Secret access and access key available there fo...
DasGuin
Votes: 0
Answers: 2
AWS secret manager time out sometimes
I am fetching a secret from secret manager on a lambda. The request fails sometimes. Which is totally strange, it is working fine and couple of hours later I check and I am getting time out.
def get_c...
Jonatan Aponte
Votes: 0
Answers: 1