Aws lambda python
Budget: €8 – €30 EUR
Hello,
I have an aws function in python that allows you to send a file contained in an S3 bucket as an attachment.
In this lambda function, I'd like to pass a CSV file containing the following columns:
Mailnumber
file 1
file 2
file 3
Addressmail1
addressmail2
adressmail3
subjectofmail
bodyofmail
each line in the csv file corresponds to the mail to be sent it can contain up to 3 attachments and can be sent to up to three people. The subjectofmail column is for the mail title and bodyofmail is for the content.
I need it very quickly. I can provide you with the aws function, which allows you to send an attachment to just one person.
I have an aws function in python that allows you to send a file contained in an S3 bucket as an attachment.
In this lambda function, I'd like to pass a CSV file containing the following columns:
Mailnumber
file 1
file 2
file 3
Addressmail1
addressmail2
adressmail3
subjectofmail
bodyofmail
each line in the csv file corresponds to the mail to be sent it can contain up to 3 attachments and can be sent to up to three people. The subjectofmail column is for the mail title and bodyofmail is for the content.
I need it very quickly. I can provide you with the aws function, which allows you to send an attachment to just one person.