Question: I have a table on DynamoDB, namely login that has the below columns: - email ( Type: String ) user _ name ( Type: String

I have a table on DynamoDB, namely "login" that has the below columns:-
email (Type: String)
user_name (Type: String)
password (Type: String)
Using AWS Lambda Functions and API Gateway(using LabRole by AWS Academy) i am now tasked with creating :-
Login page
1.1 The login page contains an Email text field, a Password field, and a Login button as well as a register link. When user clicks the Login button, it will validate if the user-entered credentials match with the information stored in the login table.
1.2 If the user credential is invalid, the login page will display email or password is invalid; it will be redirected to the main page otherwise.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Accounting Questions!