ricky-sb

Results 17 comments of ricky-sb

Any suggestions on the most efficient way to do a gapfill with @LloydAlbin's version? I've been using a CTE with `generate_series` and JOINing them, but I feel like there's probably...

I agree with you, we should just get rid of API Gateway validation and not deal with that dependency. Also, I would be more in favor of stacking decorators. Stuffing...

Do we even need a separate decorator? This could be as easy as a boolean in config.json to deploy to HTTP APIs vs. REST APIs.

More info here: https://github.com/spulec/freezegun/issues/327

@jgb what version of pytest-xdist is working for you?

Any solution to be able to use Redis with this?

It's supposed to be a near drop-in replacement to boto3, so you can expect the same output as a regular boto3 DynamoDB call. The only thing that's changed is how...

> We don't currently support DAX, though I'd be open to adding support! I took a quick look and couldn't find the python client source, but if you want to...

Seems like even AWS's own internal team didn't implement adjacency lists when doing this for AppSync.

How did you guys end up solving this? I've got Indexes and Enums as well, which throws a bit of a wrench into things.