DynamoDB - with AWS SDK
Which of the following is the correct way to create a DynamoDB resource using Boto3 in Python?
boto3.resource('service_name'). For DynamoDB, it is boto3.resource('dynamodb').boto3.client('dynamodb') creates a client, not a resource. connect and session are not valid Boto3 methods for this purpose.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions