Ryan S

Results 3 comments of Ryan S

Hi @tim-finnigan, it looks to me like Service Resources in boto3 are defined by boto3 and not the underling API. (From the docs: "Resources represent an object-oriented interface to Amazon...

Sorry, let me try and be a bit clearer. There is an error here: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB.Table.get_item "Key (dict) -- [REQUIRED] A map of attribute names to AttributeValue objects, representing the primary...

Hi @tim-finnigan I don't think you're seeing the problem yet. Here are two ways of doing the same thing. Suppose I have a table called `FruitTable` with partition key `id`...