What I like most about AWS Lambda is that I don’t have to worry about managing servers or infrastructure. I can just focus on writing and deploying my code, and Lambda automatically handles the scaling based on demand. It’s also convenient for building event-driven applications, and I like that I only pay for the compute time my functions actually use. Review collected by and hosted on G2.com.
One thing I dislike about AWS Lambda is that it can take some time to understand and configure properly, especially when you’re new to the AWS ecosystem. Cold starts can also be an issue for certain applications where quick response times are important. Debugging and monitoring can sometimes feel a bit complicated compared to running a traditional application on a server. Review collected by and hosted on G2.com.