bettersg / saylah-v2

MIT License
0 stars 5 forks source link

Login #6

Open prakashelango opened 8 months ago

prakashelango commented 8 months ago

UserId, Password

Samson-DVS commented 7 months ago

Some References:

  1. : This article provides a detailed guide on creating an application using the latest version of Angular with authentication using the Amazon Cognito service. It covers prerequisites like installing and configuring git, Node.js, npm, Angular CLI, and an IDE. It also guides you through creating and configuring an account on Amazon Cognito.

  2. : This post explains how to create a REST API application for authentication using AWS Cognito, AWS Serverless, and NodeJS. It uses Lambda functions, API Gateway, and the Serverless framework. The post provides a detailed explanation of setting up the project, defining AWS IAM permissions and settings, and defining the lambda functions.