I have an external API that I need to upload some s3 objects to and I'd like to do it using a lambda. Is it possible to do this without running into size limits in a lambda?
I've tried to find what those size limits are but also haven't had any luck. Saw something that said 512MB but wasn't sure if that was accurate.