Question about storage and rate limits on node.js based Netlify functions

AWS’s limit:
https://dzone.com/articles/exploring-aws-lambda-deployment-limits

Deploy limit for netlify has various random sources, such as, https://answers.netlify.com/t/failed-to-upload-functions-file-function-too-large/3549

It’s unclear if the limit is 50mb or 512 mb in this case, either way i think 450mb is quite large to be deployed as a netlify function.

It is also unclear if deploy size means the app ile sizes or all deps included.

Best regards,

Tim