Skip to content

sai045/serverless-otp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serverless-otp

Deploy Link

https://serverless-otp.vercel.app/

Plan of the project

Serverless-OTP (2)

Technologies Used

Angular:

  • This is a javascript library that is used for building library.
  • THis works by dynamically updating DOM thus giving us fast and reactive applications.

Bootstrap:

  • This is a styling framework that helps us write responsive web apps with custom writen classes.

AWS Lambda:

  • This is a function as a service that gives us high scalability.

AWS API Gateway:

  • It is a service provided by amazon web services to integrate lambda functions. This is configured with Lambda proxy to get an customised request and response body.
  • This is identical to having API endpoints from a NodeJS application.

DynamoDB:

  • This is NoSQL database. We are using TTL feature that deletes data after a set time which helps us reduce storage requirements.
  • This can be easily inegrated to AWS Lambda.

Amazon Cloudfront:

  • Used to monitor logs and solve bugs between AWS Lambda Triggers and DynamoDB Triggers

SMTPLIB:

  • Used to send Emails to the users.