mububoki / create-thumbnails-lambda

This lambda function will be invoked once you put image to an Amazon S3 Bucket. The function gets images from the bucket, creates thumbnails, and put them to another bucket.
MIT License
0 stars 0 forks source link

make targets for s3 bucket #3

Open mububoki opened 3 years ago

mububoki commented 3 years ago

Add following make targets:

mububoki commented 3 years ago

implement not by AWS CLI but by aws-sdk-go.