/s3-upload-image-resize

Create automatic resized images after uploading to S3

Primary LanguageJavaScriptMIT LicenseMIT

S3 Upload Image Thumbnails

Create automatic thumbnails after uploading images to S3

Requirements

Environment Variables

SOURCE_BUCKET_NAME: # Define AWS Source S3 bucket name
TARGET_BUCKET_NAME: # Define AWS Target S3 bucket name
DYNAMODB_TABLE: # DynamoDB Table to save metadata

Deploy

DYNAMODB_TABLE=<name-of-metadata-table> SOURCE_BUCKET_NAME=<path-to-your-source-s3-bucket> TARGET_BUCKET_NAME=<path-to-your-target-s3-bucket> npm run deploy