Why might a developer choose to use the Boto3 client interface instead of the resource interface when working with DynamoDB?
ABecause the client interface is easier to use for simple CRUD operations.
BBecause the client interface automatically handles Python object mapping for tables and items.
CBecause the client interface provides more granular control and supports all DynamoDB API operations.
DBecause the client interface caches table metadata for faster access.