Create a Lambda function that sends emails via SES for S3 events.
This template deploys a AWS Lambda Function and Amazon S3 bucket with the required IAM resources to run the application
The Lambda Function consumes **ObjectCreated** events from an Amazon S3 bucket
Further, Lambda code checks the object size if the uploded file size is <= 25MB then the object will be attached to the email for higher payloads Lambda generates a presigned URL and generates short URL which will be attached to the email