Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Why doesn't a Lambda function trigger when a file larger than 50 MB is uploaded to an S3 bucket, despite being tested manually via CLI?
A
S3 event notifications are disabled for files exceeding 1,000 MB.
B
Lambda lacks the necessary permissions in its resource policy to be invoked by S3.
C
Lambda functions are not designed to be triggered by S3 events.
D
The S3 bucket's privacy settings prevent Lambda invocation.