Kamil Dybicz

Results 53 comments of Kamil Dybicz

@StarpTech I'm happy to talk through the changes I've made and the motivation, I also have following changes queued up, ie. for optional `maxTtlIfError` and I'm thinking on improving performance...

@dmateiu Thank You for your reply, looks like you're right and I think this might be a use case example for docs! I till need to sort out ie. if...

From logical and technical point of view this approach seems to be more than valid. But I totally agree with both points @ysugimoto presented. If we would want to merge...

heh, so to avoid hassle of installing dependencies you're proposing hassle of installing Docker? :D I get your point, though it would be nice to move description further down and...

Changing you app to make it expect change of the extension would seem to be more reasonable approach for me :)

Huh, this is really interesting case. Though I'm not sure, if we can merge that into our config, because of people using`npm` under Cygwin and also this being the `root`...

Feel free to create a Pull Request :)

You would need to install Claudia globally and then you can use [test-lambda](https://github.com/claudiajs/claudia/blob/master/docs/test-lambda.md) command with `--event` flag. The problem is that you should create separate event file for each already...

In my work-related project I'm converting source file to 7 differently cropped and resized files and it always takes less that 2 sec. I believe it's due to the memory...

I did run some test with provided `config.json` and image, and I must say that you are right. Processing images is resource and time consuming. In this case looks like...