There are many actually, here are most important ones would like to highlight
Global reach
Cost efficiency
Ease of use
Developer friendly
Wide range of security features Review collected by and hosted on G2.com.
Learning curve is high as you may overwhelming ofmany services AWS provides and which one to use
Complexity: AWS offers a wide range of services and features, which can sometimes result in complexity, especially for users who are new to cloud computing Review collected by and hosted on G2.com.
They offere verything at overpriced cost we did Elastic Serach hosting 10K a month moved away from aws cost is 800 a month at better perfomance, someone got access to a key at somepoint we rotated but the account kept getting comprosied and missused we raised 30 tickets to AWS no one care and end up us leaving as a billg over 60K came due to this, where as we didn't consume any of the 60K and again aws didn't care at all... Review collected by and hosted on G2.com.
If you like to pay 10X more for nothing, get no support or pay for a support that goes in circle go for AWS.... we moved to GCP instead which is 10X better... AWS wonder why people uses it? Burning VC money maybe. Review collected by and hosted on G2.com.
Easy integration with the SAM template and thus you can update your code install packages and run tests on your local environment. Can have different memory usage, timeout for different lambda's, and separate permissions to other AWS resources. Review collected by and hosted on G2.com.
On the AWS console, you cannot install packages easily to a lambda function, and thus you have to create a sample lambda on locally and then zip it and upload it to AWS. Review collected by and hosted on G2.com.
AWS Lambda is the best Automation service given by AWS, It is easy to integrate with other servies and API endpoints to run the Lambda function and get AWS trigger and perform the task. Review collected by and hosted on G2.com.
AWS Lambda fuction should more flexible to write the logic for the beginners. Review collected by and hosted on G2.com.
the best serverless functionality of Amazon.Really it made production easy , fast and also economical. Review collected by and hosted on G2.com.
I guess it has no such cons . But if I have to say something it could be the number of environment they provide i.e. can go to more languages and versions. Review collected by and hosted on G2.com.
AWS Lambda provides serverless computing option meaning we don't have to manage or configure server, as a full stack developer lambda is quite usefull service for me, we are using lambda for OTP generation service and also for downloading encrypted file from s3 on click of a button. It's quite easy to setup and we only have to pay for the compute time used by lambda function. Can easily be integrated with many other aws services like s3 and aws SQS. Review collected by and hosted on G2.com.
While it offer affordable pricing for compute service but can be an expensive option depending upon usecase, If you're lambda function with run frequently then it can be a expensive option over ec2. So before creating a lambda know your usecase and it's pricing. Review collected by and hosted on G2.com.
Its serverless architecture, scalability, cost-effectiveness, integration with the AWS ecosystem, and support with multiple languages. Review collected by and hosted on G2.com.
Its cold start latency, execution time limit, vendor lock-in, and complex debugging. Review collected by and hosted on G2.com.
The ability to concentrate on code without need to think about infrastructure. Very good intrface and ability to just write our code and upload to Lambdas. The payment as we use it model, which allows us to plan easiliy. Very good integration with all AWS components Review collected by and hosted on G2.com.
The documentation is a bit complex, but with proper learning curve we do overcome it. Review collected by and hosted on G2.com.
AWS lambda has consumption plan that will save your cost and not only that I am using it to serve my back end of the application and the price and the free tier is such an amazing option that will save alot of money.
It's fast, reliable, scalable and easy to use with nodejs, Python or go etc. Review collected by and hosted on G2.com.
Cold start is something may be one of the cons using the aws lambda but apart from that everything is pretty awesome.
Also the microservice architecture I've deployed is quick and lastly deployed so it is good to use lambda server less. Review collected by and hosted on G2.com.
AWS Lambda provides several advantages that make it a popular choice for serverless computing.
AWS Lambda follows a serverless architecture, allowing developers to focus solely on writing code without the need to provision or manage servers. This abstraction of infrastructure details simplifies the development process. Review collected by and hosted on G2.com.
One significant drawback is the potential for cold starts, where the initial execution of a function may experience higher latency. This occurs when a new instance of a function is created or when it hasn't been invoked for a while. Review collected by and hosted on G2.com.