Bert Blommers

Results 388 comments of Bert Blommers

Thanks for raising this @matthewlv30, and thanks for raising this! Marking it as a bug.

I'm going to close this, as the bug itself is now fixed - Moto no longer fails when providing this parameter.

Thanks for raising this, and providing a test case, @albinvass!

Hi @JPFrancoia, what version of moto are you on? The expected behaviour for the latest version would be to throw a NotYetImplemented-exception, to make it more obvious what's going on....

Hi @JPFrancoia, the exact implementation details will depend on whoever wants to tackle this, and how specific they want to make it. As a community-driven project, anyone can send a...

Some thoughts on this: [S3 uses PartiQL](https://aws.amazon.com/blogs/opensource/announcing-partiql-one-query-language-for-all-your-data/) to execute these statements DynamoDB now also supports the ability to query data using PartiQL (using the new [execute_statement()](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB.Client.execute_statement)) Supposedly it's also used...

Doesn't look like it's flaky, @macnev2013 - it just failed again I'm afraid

Thanks for raising this @hans-d - we should indeed have some validation before exploding.

Thanks for raising this @1oglop1 - will mark it as an enhancement to implement this validation.

Hi @bsneider, thanks for raising this - will mark it as a bug. In case it is helpful, the workaround would be to patch/set the environment variable before Moto is...