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.