Skip to content

Phone number verification with AWS Lambda Microservices, Kinesis, DynamoDB, Node.js, and React.js

License

Notifications You must be signed in to change notification settings

marksoper/phone-verification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phone number verification with AWS Lambda Microservices, Kinesis, DynamoDB, Node.js, and React.js

AWS Lambda + CloudFront + Kinesis + DynamoDB architecture — phone number verification Web App & SMS

As part of a larger project I recently built a self-contained web app that signs up a user by phone number and performs phone number verification by verifying his/her possession of that number. This might be interesting if you are:

For full instructions, including the necessary AWS console configuration steps, see this blog post: Phone number verification with AWS Lambda Microservices, Kinesis, DynamoDB, Node.js, and React.js

webapp

cd ./webapp
yarn install
yarn start

auth service

cd ./auth
yarn install
serverless deploy -v