aws-samples / serverless-patterns

Serverless patterns. Learn more at the website: https://serverlessland.com/patterns.
https://serverlessland.com
Other
1.47k stars 858 forks source link

New Serverless Pattern - Amazon Cognito user management using Amazon API Gateway and AWS Lambda (Java) #2269

Closed biswanathmukherjee closed 2 weeks ago

biswanathmukherjee commented 2 weeks ago

Issue #, if available:

Description of changes: This sample project deploys an Amazon Cognitor user pool, an Amazon API Gateway REST API with an AWS Lambda integration. The Lambda function, written in Java, calls the Amazon Cognito API to create and confirm a user. The project also exposes API to return tokens after successful login by the user

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

jbesw commented 2 weeks ago

While this is useful, it should be submitted as a repo and not a pattern, due to the amount of custom code. See https://serverlessland.com/repos/ for submission info.