I want to scan file by uising ClamAV from s3 bucket with AWS lambda but size of the local storage in aws lambda that is /tmp 512MB . Im my case i want to download file from s3 bucket in AWS lambda but file size must be grater then 1 GB. Please help me out if anyone knows.
Thanks in Advance
Lambda Limit is 512 Mb Lambda Limits, and cannot be changed.
If you need to run task that needs more space, one option would be convert the lambda to a container and run it as a fargate task.
The limits for fargate are 200Gb Fargate Tasks storage information