Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can a developer locally test an AWS Lambda function triggered by an S3 object upload with minimal operational overhead?
A
By uploading an object to S3 and awaiting the local Lambda function invocation.
B
By creating a JSON file simulating an S3 event and using the AWS CLI to invoke the Lambda function.
C
By utilizing the AWS SAM CLI to start Lambda locally, generate an S3 event, and invoke the Lambda function with the test JSON.
D
By crafting a JSON string for an S3 event and using the AWS Management Console to test the Lambda function locally.