Skip to content

Lambda function using python2.7 to resize picture uploaded to S3

Notifications You must be signed in to change notification settings

wfhu/aws-Lambda-S3-Thumbnail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

aws-Lambda-S3-Thumbnail

  • tested using python2.7
  • support subdirectory in S3
  • you could easily update the script according to your requirement

The code uploads the resized image to a different bucket with the same image name, as shown following:

source-bucket/image.png -> source-bucketresized/image.png

PS: This example is inspired and updated from AWS Doc

About

Lambda function using python2.7 to resize picture uploaded to S3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages