
1. A serverless service, which can be used for automating the work. ex: volume backup, scheduling the stopping of unused servers
2. Implementation is easy; creating the function is very easy. and it lets u run code according to your coding language
3. As a user, we do not need to maintain; by default, AWS will manage.
4. Triggers can be added for the invocation of other services, such as s3, and event driven process
5. it reduces the human efforts for getting the reports from databases as well.
6. one function can be used for many types of work. Support for lambda is quick Review collected by and hosted on G2.com.
There are limitations that Lambda can only execute for 15 min; if there is any function that needs to operate for more than 15 min, then Lambda is not a suitable service. Also, the memory and disk space are limited, thes which makes a few operations tough Review collected by and hosted on G2.com.