aws / aws-appsync-community

The AWS AppSync community
https://aws.amazon.com/appsync
Apache License 2.0
506 stars 32 forks source link

incorrect AWSPhone validation for +614839 prefix. #289

Open bdargan opened 1 year ago

bdargan commented 1 year ago

Valid mobile Australian mobile phone numbers starting with: +614839..... aren't supported in appsync, fails validation.

We have valid AU mobile phone number data from a phone system, real numbers that are sync'd into dynamodb.

Reproduce by putting a value +61 483 911 111 into your data set. Dynamodb in our case.

Query error response via:

AppSync response: "message": "Can't serialize value (path/to/phoneNumber) : Unable to serialize +614839..... as a valid phone number.

Perhaps similar to issue: #211