Skip to content

Simple lambda function for removing exif data from image and uploading to s3

Notifications You must be signed in to change notification settings

ethashamahmed/aws-lambda-remove-exif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

aws-lambda-remove-exif

Simple lambda function for removing exif data from image and uploading to s3

This is a lambda function written in python that gets triggered when an image is uploaded to an s3 bucket. When triggered, the function will take the uploaded image, strip it's exif data and uploads the image to a different s3 bucket. The lambda code is in the src directory.

The terraform directory contains code that can be used with Terraform to deploy the solution. It also creates two users. User A can read/write to bucket A and User B can read from Bucket B.

About

Simple lambda function for removing exif data from image and uploading to s3

Topics

Resources

Stars

Watchers

Forks