Which of the following is the BEST description of how Amazon DynamoDB Streams can be used with AWS Lambda?
Amazon DynamoDB Streams are primarily used to perform bulk table operations like backups by invoking a Lambda function when a specific threshold is reached.
Amazon DynamoDB Streams configure Lambda functions to send S3 event notifications when new items are added to a table.
Amazon DynamoDB Streams can invoke a Lambda function for each new log entry, processing the individual changes made to tables.
Amazon DynamoDB Streams automatically map to a Lambda function to make asynchronous write operations to the table when an item is accessed.