Skip to content

This lambda function is triggered by S3 bucket upload of an mp3 file. It sends email notification of mp3 file upload to the specified bucket.

Notifications You must be signed in to change notification settings

MSebastian2021/s3-upload-lambda-sns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

s3-upload-lambda-sns

This lambda function is triggered by S3 bucket upload of an mp3 file, and then sends email notification to the specified email address.



Step 1. Create the S3 Bucket where you will upload your mp3 file.


Step 2. Create your lambda function in AWS
Step 3. Create SNS topic, and make the subscription


Step 4. Upload a file to the S3 Bucket, and check the specified email destination


You can also check the logs:

About

This lambda function is triggered by S3 bucket upload of an mp3 file. It sends email notification of mp3 file upload to the specified bucket.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages