Dario Spadoni

Results 7 comments of Dario Spadoni

I solved it this way: http://plnkr.co/edit/mF0ryqornVveRhhrxZt6?p=preview

Sure: [slim-lambda.zip](https://github.com/slimfancy/image-lambda/files/587827/slim-lambda.zip)

Ah I see. So to semplify, I'm using now the following configuration ``` { "resizes": [ { "width": 1200, "sourceDir": "./", "targetBucket": "amavido-dev", "targetDir": "optimized/hero", "ACL": "public-read" } ] }...

I ended up writing my own lambda function, it's [here](https://github.com/dariospadoni/aws-lambda-image-compressor) if anyone is interested

I'm also struggling with the same problem, I prepared a sandbox [here](https://codesandbox.io/s/n5z6jgJoP) which shows the issue I have. In my case I have a select control whose values is a...

I'm also looking for a way to add attachments to an email, is there a way to achieve this?