John Bridstrup

Results 3 issues of John Bridstrup

I'm trying to test an AWS lambda function written in python using s3 mock. I'm using the `boto3` library. I am getting differing behavior between real s3 and s3mock that...

I've allowed the pagination decorator to still work if the method returns `status_code, results`. I understand it will almost always be `200` for paginated responses, but I like to explicitly...

I have used the `@paginate` decorator successfully multiple times now, but for some reason it is causing validation to fail on a new endpoint (that works without pagination). I have...