aws-lambda-zombie-workshop icon indicating copy to clipboard operation
aws-lambda-zombie-workshop copied to clipboard

Release limitation of phone number

Open channy opened this issue 9 years ago • 2 comments

In S3's static web app, ng-pattern="/^[1-9][0-9]{9}$/" in signup.html and Value : '+1' + $scope.user.phone in signup.js limit to add phone number of international users. It effects to Twillo Lab that users have to change phone number manually in DynamoDB for validation of their real number. Please release validation option of +1 and 10 digital number.

channy avatar Oct 14 '16 15:10 channy

+1. This breaks the workshop for non-US people.

PaulMaddox avatar Apr 11 '17 09:04 PaulMaddox

+1 I solved this with pull request #45 - but the signup.html and signup.js files must be updated in the shared S3 bucket, otherwise you need to replace them manually after the CloudFormation script.

danilop avatar Apr 11 '17 12:04 danilop