serverless-components / fullstack-app

⚡ Ready-to-use, serverless, full-stack application built with AWS Lambda, Express.js, React, AWS DynamoDB and AWS HTTP API.
https://www.serverless.com
320 stars 72 forks source link

Fix confusing comments in User model #17

Closed thibaultdalban closed 3 years ago

thibaultdalban commented 4 years ago

The comments above the dynamodb params in getByEmail and getById functions were indicating a save instead of a query, probably due to a copy/paste from the register function.