IMAGE THUMBNAIL GENERATOR
IMAGE THUMBNAIL GENERATOR
OVERVIEW
S3
- Storing images in s3, and when uploaded it will trigger a lambda function to create a thumbnail version of that image.
LAMBDA
- created functions within lambda to generate, get, list, delete, and update images that are uploaded.
DYNAMO DB
- Stored the thumbnail version information (image name, image size, creation date, etc) to DYNAMO DB.
API GATEWAY & SNS
- Created api endpoints (REST API) for implementation for utilization.
RESOURCES