Anyone here tried to use the S3 Object Lambda as a replacement to short-lived URL object presigning?
My current implementation requires two actions on FE (ask for presigned -> GET url to get file), but having the option to call a lambda and verify if JWT is right and actual user auth is right on file GET sounds way nicer. Could as well just return the actual file from within lambda but I was hoping to avoid it in favor of better S3 scaling