You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Python script is an AWS Lambda function that reads HTML files from an S3 bucket and sends them as emails using Amazon SES. It extracts metadata from files, composes emails with attachments, sends them, and moves the files to different folders in the bucket based on the sending success.
AWS Application that utilizes lambda to allow for users to sign up for and use a cloud file sharing service through SNS. It also manages a MySQL database to track users.