Emiliano Parizzi

Results 66 comments of Emiliano Parizzi

> [@empz](https://github.com/empz) Can you check with the latest version? We now properly propagate the error messages if there are any. > > I would like to not to have to...

It looks like it's looking for the zip at the wrong location. That's not the repository directory. I'm using bun as the package manager, not sure if that's related but...

Unfortunately this doesn't work and the extra error doesn't help. ```ts import { env } from "./env"; import { createLogger } from "./lib/logger"; import { defaultCompositionProps } from "./types/constants"; import...

Now, I'm not familiar enough with S3, but shouldn't this just need `PutObjectCommand` to write the output file? Why does it need `s3:GetObject` (supported by Tigris) and `s3:ListBucket` (this might...

> [@empz](https://github.com/empz) This is because by default Remotion checks if you are not overwriting the file! > > Maybe you want to set `overwrite: true` on renderMediaOnLambda() to disable that...

This hasn't been implemented, right? Issue was closed as completed, but I can't find anywhere how to do this.