I am getting the following error: [ERROR] TypeError: __init__() takes 1 positional argument but 2 positional arguments (and 3 keyword-only arguments) were given Traceback (most recent call last): File "/var/task/lambda_function.py", line 23, in lambda_handler conn = pymysql.connect(rds_endpoint, user=username, passwd=password, db=db_name) Has anyone else gotten the same error?
@adrianarizpe73972 жыл бұрын
I got this, did you ever get a fix?
@Alexander-hx6kv2 жыл бұрын
@@adrianarizpe7397 yes I think so, I'll have to review the code and get back to you on Tuesday
@mailmejay2 жыл бұрын
were you able to fix this?
@mailmejay2 жыл бұрын
i had to change rds_endpoint into host=rds_endpoint on line 23 to make it work.
@pablogt4639 Жыл бұрын
read a cvs file from s3 and send its content by email with SES and lambda ?
@knandi732 жыл бұрын
There is a CSV file in the local computer and it is uploaded to AWS S3. If any changes are made in that CSV file on the local computer, the changes should reflect in AWS S3 automatically using AWS Lambda function. What are the steps to achieve this?
@knandi732 жыл бұрын
Very good tutorial. There is a CSV file in the local computer. It is uploaded to S3. Any changes made in the CSV file on the local computer, the changes should reflect in S3 automatically. How to do that?
@jivanmainali17423 жыл бұрын
Sir you have not included any roles but still it's working. How??
@loosers_diary Жыл бұрын
what roles should we include, if i have to do the same but with an excel file.
@sp40334 жыл бұрын
Can you please demonstrate it in Oracle RDS as well?
@heisenberg57892 жыл бұрын
thaks a lot for this video, you really help me
@aswintummala4 жыл бұрын
Nice one, trying to implement same for Psql DB, I would like to load CSV file from S3 to PSQL Using Lamda. Can you pls guide me.
@pil_low3 жыл бұрын
You got it? I mean connecting RDS PSQL instance to S3 bucket. Are you using django and zappa?
@amandeepsingh78734 жыл бұрын
sir please make tutorial on automate code deploy from github to aws ec2 ubuntu, thanks
@technologyhub15034 жыл бұрын
Sure, I will make it and post you link
@technologyhub15034 жыл бұрын
I have prepared tutorial to automate code deploy from S3 to AWS EC2. Please check it kzbin.info/www/bejne/hZ-skKGOlpqsfpY
@amandeepsingh78734 жыл бұрын
@@technologyhub1503 sir very helpful, but i need code deploy from github to aws ec2 autmated code deploy, if possible please make it as soon as possible, thanks very much
@jojojojojojojo22 жыл бұрын
if you don't want to search.. this is in python
@cbbakshi20203 жыл бұрын
nice tutorial
@vladkuprienko71623 жыл бұрын
Reading that tiny text must be eye-straining
@sp40334 жыл бұрын
Very good video
@AAMIRKHANitsaamir3 жыл бұрын
Brother your words are not matching the steps you are showing. Please watch your video and upload the voice again.
@navo2k4 жыл бұрын
Good Video
@davidsaez14813 жыл бұрын
Excelente
@SagarSingh-ie8tx3 жыл бұрын
Nice One :)
@kgcloudvideos96703 жыл бұрын
Hard to follow and does not work. I believe you missed some steps.