marksoper / phone-verification

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:JavaScript 91.4%Language:HTML 6.1%Language:CSS 2.5%