You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
- I released an updated version of this application in the code of my [AWS Lambda in Action book](https://www.manning.com/books/aws-lambda-in-action)
7
7
- Please look for `SampleAuth` in the `Chapter10/` folder of the book repo https://github.com/danilop/AWS_Lambda_in_Action
8
8
- A live demo of this new version is available at https://eventdrivenapps.com/#livedemos
9
-
- For a production-ready solution, you can see[Amazon Cognito User Pools](https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools.html)
9
+
- For a production-ready solution, you can check[Amazon Cognito User Pools](https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools.html)
10
10
11
11
A sample authentication service implemented with a server-less architecture, using [AWS Lambda](http://aws.amazon.com/lambda/) to host and execute the code and [Amazon DynamoDB](http://aws.amazon.com/dynamodb/) as persistent storage. This provides a cost-efficient solution that is scalable and highly available.
0 commit comments