cagataygurturk / image-resizer-service

Serverless image resizing service for AWS
https://serverlessrepo.aws.amazon.com/#/applications/arn:aws:serverlessrepo:us-east-1:526515951862:applications~image-resizer-service
MIT License
101 stars 49 forks source link

How to ignore files? #10

Open chinleung opened 4 years ago

chinleung commented 4 years ago

I have a bucket with images and videos.

I access the bucket with a subdomain cdn.domain.com, which calls the lambda function. Is it possible to have it ignore non image files or configure it to only run for a specific folder in the bucket?

Thanks.