Lambda Field Resolver not working in 20.11.3

I guess there is some data already in your cluster which have the binaryURL value null.
You can try starting a clean database(if possible) or make binaryURL non-nullable (but you may have some other fields which are null in database and not-nullable in schema).
So, you can go with first option.