Python Lambda to send files uploaded to s3 as email attachments
问题 We have an online form that gives people the option to upload multiple files. The form is built by a third party, so I don't have any involvement with them. When someone uploads files using the form it dumps the files into a new folder within an s3 bucket. I want to be able to do the following: Get the files triggered by form filler's upload Attach the files to an email Send the email to specific people. I have done quite a lot of research, but I'm still new to coding and am trying to use