AWS Lambda vs. IBM Cloud Foundry

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
AWS Lambda
Score 8.8 out of 10
N/A
AWS Lambda is a serverless computing platform that lets users run code without provisioning or managing servers. With Lambda, users can run code for virtually any type of app or backend service—all with zero administration. It takes of requirements to run and scale code with high availability.
$NaN
Per 1 ms
IBM Cloud Foundry
Score 8.1 out of 10
N/A
IBM Cloud Foundry is an IBM version of the open-source platform designed for building, testing, deploying, and scaling applications. Enterprises can run Cloud Foundry in a public isolated environment, while natively integrating with other IBM Cloud services, such as AI, Blockchain, and IoT.
$0.07
Per GBH
Pricing
AWS LambdaIBM Cloud Foundry
Editions & Modules
128 MB
$0.0000000021
Per 1 ms
1024 MB
$0.0000000167
Per 1 ms
10240 MB
$0.0000001667
Per 1 ms
Community Runtimes
$0.07
Per GBH
Offerings
Pricing Offerings
AWS LambdaIBM Cloud Foundry
Free Trial
NoYes
Free/Freemium Version
NoNo
Premium Consulting/Integration Services
NoYes
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details
More Pricing Information
Community Pulse
AWS LambdaIBM Cloud Foundry
Top Pros
Top Cons
Features
AWS LambdaIBM Cloud Foundry
Platform-as-a-Service
Comparison of Platform-as-a-Service features of Product A and Product B
AWS Lambda
-
Ratings
IBM Cloud Foundry
7.6
24 Ratings
7% below category average
Ease of building user interfaces00 Ratings7.010 Ratings
Scalability00 Ratings8.524 Ratings
Platform management overhead00 Ratings8.512 Ratings
Workflow engine capability00 Ratings8.020 Ratings
Platform access control00 Ratings10.01 Ratings
Services-enabled integration00 Ratings7.523 Ratings
Development environment creation00 Ratings7.722 Ratings
Development environment replication00 Ratings6.49 Ratings
Issue monitoring and notification00 Ratings4.711 Ratings
Issue recovery00 Ratings7.520 Ratings
Upgrades and platform fixes00 Ratings7.522 Ratings
Best Alternatives
AWS LambdaIBM Cloud Foundry
Small Businesses
IBM Cloud Functions
IBM Cloud Functions
Score 8.1 out of 10
AWS Elastic Beanstalk
AWS Elastic Beanstalk
Score 9.0 out of 10
Medium-sized Companies
Red Hat OpenShift
Red Hat OpenShift
Score 8.6 out of 10
IBM Cloud Private
IBM Cloud Private
Score 9.5 out of 10
Enterprises
Red Hat OpenShift
Red Hat OpenShift
Score 8.6 out of 10
IBM Cloud Private
IBM Cloud Private
Score 9.5 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
AWS LambdaIBM Cloud Foundry
Likelihood to Recommend
8.8
(45 ratings)
8.5
(32 ratings)
Likelihood to Renew
-
(0 ratings)
7.0
(1 ratings)
Usability
9.0
(13 ratings)
-
(0 ratings)
Support Rating
8.7
(20 ratings)
-
(0 ratings)
User Testimonials
AWS LambdaIBM Cloud Foundry
Likelihood to Recommend
Amazon AWS
[AWS Lambda] is very well suited for the projects that doesn't have any infra but needs it where short running processes are required. But if your application need to run continuously than this might not be the very apt tool for you.
Read full review
IBM
As it is an open-source platform as a service, it is very easy to operate, scale, and deploy regardless of what programming language and framework it's written in. However, it could be improved in terms of scalability. There should be proper documentation for easier and clearer understanding to make the process smooth.
Read full review
Pros
Amazon AWS
  • Lambda provides multiple methods for triggering functions, this includes AWS resources and services and external triggers like APIs and CLI calls.
  • The compute provided my Lambda is largely hands off for operations teams. Once the function is deployed, the management overhead is minimal since there are no servers to maintain.
  • Lambda's pricing can be very cost effective given that users are only charged for the time the function runs and associated costs like network or storage if those are used. A function that executes quickly and is not called often can cost next to nothing.
Read full review
IBM
  • Simplicity - the command line tool provided can get you up and running within minutes.
  • Resourceful - IBM Cloud Foundry is built on top of the open source Cloud Foundry technology, so any resources you find online about Cloud Foundry generally can be applied.
  • Feature rich - provides all the necessary features for a cloud based platform, such as auto-scaling, 0 downtime deployment.
Read full review
Cons
Amazon AWS
  • Putting a significant portion of your codebase into AWS Lambda and taking advantage of the high level of integration with other AWS services comes with the risk of vendor lock-in.
  • While the AWS Lambda environment is "not your problem," it's also not at your disposal to extend or modify, nor does it preserve state between function executions.
  • AWS Lambda functions are subject to strict time limitations, and will be aborted if they exceed five minutes of execution time. This can be a problem for some longer-running tasks that are otherwise well-suited to serverless delivery.
Read full review
IBM
  • Need: VISUALIZATION CAPABILITIES! Particularly with the Conversation Service.
  • Need: Annotation capabilities for dialog nodes in Conversation Service.
  • Need: Search/querying capabilities in Conversation Service
  • Need: Clearer documentation of the S2T service. I had to use a third party website for an understanding of how to use this.
Read full review
Usability
Amazon AWS
I give it a seven is usability because it's AWS. Their UI's are always clunkier than the competition and their documentation is rather cumbersome. There's SO MUCH to dig through and it's a gamble if you actually end up finding the corresponding info if it will actually help. Like I said before, going to google with a specific problem is likely a better route because AWS is quite ubiquitous and chances are you're not the first to encounter the problem. That being said, using SAM (Serverless application model) and it's SAM Local environment makes running local instances of your Lambdas in dev environments painless and quite fun. Using Nodejs + Lambda + SAM Local + VS Code debugger = AWESOME.
Read full review
IBM
No answers on this topic
Support Rating
Amazon AWS
I have not needed support for AWS Lambda, since it is already using Python, which has resources all over the internet. AWS blog posts have information about how to install some libraries, which is necessary for some more complex operations, but this is available online and didn't require specific customer support for.
Read full review
IBM
No answers on this topic
Alternatives Considered
Amazon AWS
Azure Functions is another product that provides lambda functionality, but the documentation for some of Azure's products is quite hard to read. Additionally, AWS Lambda was one of the first cloud computing products on a large cloud service that implemented lambda functions, so they have had the most time to develop the product, increase the quality of service, and extend functionality to more languages. Amazon, by far, has the best service for Lambda that I know.
Read full review
IBM
CF is what we initially went with to establish a development pipeline and start our cloud journey, now we are expanding this and although we are now pulling in many other tools and functions around CF, it is not being replaced. It stands out as having a key place working ‘with’ git, Kubernetes, IBM cloud etc, not against or segregated from it.
Read full review
Return on Investment
Amazon AWS
  • I was able to perform a lot of processing on data delivered from my website and little or no cost. This was a big plus to me.
  • Programming AWS Lambda is quite easy once you understand the time limits to the functions.
  • AWS Lambda has really good integration with the AWS S3 storage system. This a very good method of delivering data to be processed and a good place to pick it up after processing.
Read full review
IBM
  • IBM Bluemix is mainly a foundation enabler at this stage, although our business plan does look promising.
  • The low cost of development on Bluemix for a start-up like us is so helpful......we had no spare cash for this project besides what we could save or borrow at first, and that wasn't much. We are still trying to attract venture capital to cover the main Cordova Coding effort plus the launch "Cash Burn".
  • Features like push notifications, mobile-back end, and world-beating security help us to sell our SaaS products/services.
  • The pure (usually!) functionality of IBM products and services is very rewarding to work with.They are so insightful and thoughtful, to say naught of clever!
Read full review
ScreenShots