Anyone here tried to use the S3 Object Lambda as a...
# help
l
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
j
I haven’t tried this but did you get this to work?
l
Hey Jay, it's actually on my roster for this week. I'll get back to you after some trials!