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
username Type: String
password Type: String
Using AWS Lambda Functions and API Gatewayusing LabRole by AWS Academy i am now tasked with creating :
Login page
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 userentered credentials match with the information stored in the login table.
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
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
