ivan-marquez / sls-phone-validation

Validate mobile phone numbers using the NumVerify API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sls-phone-validation

AWS Lambda / API Gateway caching example using Serverless and Go

Components

API Layer
GET endpoint using API Gateway to validate mobile phone numbers.

/validatePhone?phoneNumber=<mobile phone number>

This endpoint will invoke a lambda function written in Go that will send a request to the Numverify API. The response will be cached for 3600 seconds (1 hour) using API Gateway parameter caching integration.

CI/CD
The proyect uses Github Actions to build and test the code.

Front-End:
Edit ui-phone-validation

About

Validate mobile phone numbers using the NumVerify API


Languages

Language:Go 86.1%Language:Makefile 8.1%Language:Shell 5.8%