Paul Davies

Results 3 issues of Paul Davies

# Versions `moto`: 3.1.16 `boto3`: 1.21.46 # Code ``` response = boto3.client('sqs').send_message_batch( QueueUrl='the-queue-url, Entries=[ { 'Id': '1' 'MessageBody': 'foo', 'DelaySeconds': 180 }, { 'Id': '2' 'MessageBody': 'foo', 'DelaySeconds': 1800 }...

enhancement

# Versions `moto`: 3.1.16 `boto3`: 1.21.46 # Code ``` table.get_item( Key={ 'key': 'the-key' }, AttributesToGet=[ 'foo' ], ProjectionExpression='foo' ) ``` # Expectation An error. This is what is produced by...

enhancement

### What feature or new tool do you think should be added to DevToys? A JSON tree browser, as in [this website](https://jsonviewer.stack.hu/) ### Why do you think this is needed?...

feature
untriaged