Tyler-Larkin
Tyler-Larkin
Hello @jamilsaadeh97, have you had any luck reproducing this issue locally? If not we can close this issue and you can open a new one when you are able to...
Hello @jamilsaadeh97, thank you for following up with the debug information! The exception in the discord message is an SmithyHttpException with an `x-amzn-errortype: InvalidSignatureException` and no underlying exception. Most likely...
Hello @jamilsaadeh97, thank you for the additional clarification. Since the exception/underlyingException chain seems to be `UnknownException -> SmithyHttpException (aka GDb when obfuscated) -> null` I will attempt to reproduce the...
Hello @amrogad, so far I've been unable to reproduce the issue. I populated all of the tables with data before adding `price_adjustments` then after updating the schema I queried the...
Hello @amrogad, how are you generating the GraphQL document and input? On my side I'm running the following without any errors: ``` final updateRequest = ModelMutations.update(updatedCart); final updateResponse = await...
Hello @giulitu95, thanks for nudge on the issue. @ekjotmultani is looking into the issue and will provide any updates here.