Tim Kelty

Results 323 comments of Tim Kelty

> I'd like to make it optional since CDN invalidations can add quite a bit of cost if not used efficiently Yep. Seems to be a bit of a tossup...

👍 I figured it would be, but just wanted to capture the request. I'll work on the docker stuff so I can actually contribute 😉

Does something like this make sense? - If `SOURCE_BUCKET` is empty, we assume: - user will configure their own role for s3 access in `serverless.yml` - first segment of the...

FWIW - My main reason for needing this is to handle environment-specific buckets. If `serverless` makes it easy enough to deploy a couple envs that are bucket specific…I'm probably ok...

@Mosnar unless I'm mistaken the new settings stuff doesn't really address the original feature request. The request was to have multiple bucket support _on the same deployment_, so you wouldn't...

After further digging, I can get it to accept the param, but it must be a string `"true"`. We should probably coerce to a boolean like Imgix does. That said,...

`fit=max` is addressed in #32…`fit=min` is a litter weirder, so haven't tackled that yet.

Reopening for fit=min, #32 fixed fit=max only

Thanks @ganey. I think the issue if having to juggle between platforms…so if you're on a Mac and you you npm install with `--arch=x64 --platform=linux` to deploy, then you wont...