- Serverless web applications run within the web browser of the user, so you will need to store any data the user changes directly in a database.
- Lambda only allows you to write functions in JavaScript
- Lambda does not use servers, so it can only return the same request to every user,
- Lambda is stateless, so it won’t remember who a user is in between requests