- Follow AWS tutorial for basics.
- Create S3 bucket with
images/
andthumbs/
directories. - Enable Public list access to bucket.
- Create IAM Policy and Role for lambda to access bucket with
list*
,putObject
, andputObjectAcl
- In repo use
make dist
- Upload
dist/function.zip
to lambda and associate role with policy - Add trigger in S3 for
putObject
to execute lambda
-
Notifications
You must be signed in to change notification settings - Fork 0
Based on the AWS Tutorial http://docs.aws.amazon.com/lambda/latest/dg/with-s3-example.html
License
taylorsmcclure/s3put-image-resize
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Based on the AWS Tutorial http://docs.aws.amazon.com/lambda/latest/dg/with-s3-example.html
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published