You can write, deploy and test your code all in one place. You can also upload existing code as a compressed file. Furthermore, you can focus on the code without having to worry about cluster details. Review collected by and hosted on G2.com.
The layer used to install and add all necessary packages is not straightforward to implement and it needs some practice. There is a 15 minutes limit on the duration of each Lambda function. Review collected by and hosted on G2.com.
AWS Lambda is serverless architecture, automatic scaling, and pay-as-you-go pricing. It simplifies application development by allowing developers to focus on code without managing infrastructure, making it efficient and cost-effective for various use cases. Review collected by and hosted on G2.com.
AWS Lambda's cold start latency, limited execution duration, and the challenges in managing complex dependencies. Additionally, debugging and monitoring can be challenging compared to traditional server environments. Review collected by and hosted on G2.com.
It has a number of features which I like some of them are its serverless computing because of its serverless computing functionality we have need to worry about its infrastructure, it is highly scalable, And also it gives us 1 million request per month which also helps us to reduce our cost. It is also easy to integrate with some other AWS services. Review collected by and hosted on G2.com.
The functionality which I dislike in lambda is its time limit for function execution which only have 15minutes. Review collected by and hosted on G2.com.
It supports multiple languages like Nodejs, Python, Java etc. So that we can code in any language which we feel comfortable. It can trigger another aws services using boto3 package. Easy to implement and understandable by everyone, it is most frequent service in aws. Easy to integrate with the API Gateway Review collected by and hosted on G2.com.
There is no much dislikes about this lambda service but it supports small applications it doesnot support more than 250 mb Review collected by and hosted on G2.com.
Super fast cold start times and large number of languages supported. Review collected by and hosted on G2.com.
The best deployment method is probably Serverless, which is unofficial. It would be much better if AWS offered a more simple efficient deployment/dev pipeline. Review collected by and hosted on G2.com.
It a serverless application type
pay when used
it is triggered only when events happen
Very easy to use and implement
can be integrate with other applications
support several coding languages
used daily
The organisation is using it to ingest cloudwatch logs to new relic Review collected by and hosted on G2.com.
There is nothing to really dislike about lambda Review collected by and hosted on G2.com.
Serverless, less devops involvement. Fast allocation of resorce by this i mean readdly available. And ease of implementation for event based triggers from s3. Review collected by and hosted on G2.com.
At times for few cases 15 min execution time is less Review collected by and hosted on G2.com.
Allows code in several languajes like python, js. Review collected by and hosted on G2.com.
Size limit and timeout, It has a size limit about 500mb to read files and has a 15 min timeout. Review collected by and hosted on G2.com.
- Scalability: Lambda functions can scale automatically to meet demand, so you don't have to worry about overprovisioning servers.
- Cost-effectiveness: Lambda is a pay-per-use service, so you only pay for the time your functions run. This can help you save money on your cloud computing costs.
- Ease of use: Lambda is easy to use and manage. You can create and deploy Lambda functions in minutes, and you don't have to worry about server administration. Review collected by and hosted on G2.com.
The main thing I dislike about AWS Lambda is the cold start time. The first time a Lambda function is invoked, it can take a few seconds to start up. This is called a "cold start." Cold starts can be a problem for applications that need to be very responsive, such as real-time applications.
Another thing I dislike about AWS Lambda is the function size limit. Lambda functions are limited to 50MB in size. This can be a problem for applications that need to store a lot of data Review collected by and hosted on G2.com.