AWS Lambda vs. Oracle Cloud Infrastructure

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
AWS Lambda
Score 8.3 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
OCI
Score 8.2 out of 10
N/A
Oracle Cloud Infrastructure (OCI) is Oracles's infrastructure-as-a-service (IaaS) platform which combines the utility of public cloud with the granular control, security, and predictability of on-premises infrastructure.N/A
Pricing
AWS LambdaOracle Cloud Infrastructure
Editions & Modules
128 MB
$0.0000000021
Per 1 ms
1024 MB
$0.0000000167
Per 1 ms
10240 MB
$0.0000001667
Per 1 ms
No answers on this topic
Offerings
Pricing Offerings
AWS LambdaOCI
Free Trial
NoYes
Free/Freemium Version
NoYes
Premium Consulting/Integration Services
NoYes
Entry-level Setup FeeNo setup feeOptional
Additional Details
More Pricing Information
Community Pulse
AWS LambdaOracle Cloud Infrastructure
Considered Both Products
AWS Lambda

No answer on this topic

OCI
Chose Oracle Cloud Infrastructure
Oracle Cloud Infrastructure typically offers lower pricing for compute and storage than AWS. There are no hidden charges, it is more transparent. It is built for running oracle databases which the application was using, and licensing is more cost effective as compared to AWS.
Chose Oracle Cloud Infrastructure
Performance and latency are excellent in Oracle Cloud Infrastructure. Except for AWS baremetal, I don't find anything like that. I found that, aside from conventional compute that works really good, they also offer HPC VDI. That's one of the strengths that should have more hype …
Features
AWS LambdaOracle Cloud Infrastructure
Access Control and Security
Comparison of Access Control and Security features of Product A and Product B
AWS Lambda
8.8
7 Ratings
3% below category average
Oracle Cloud Infrastructure
-
Ratings
Multiple Access Permission Levels (Create, Read, Delete)8.67 Ratings00 Ratings
Single Sign-On (SSO)9.13 Ratings00 Ratings
Reporting & Analytics
Comparison of Reporting & Analytics features of Product A and Product B
AWS Lambda
5.0
6 Ratings
32% below category average
Oracle Cloud Infrastructure
-
Ratings
Dashboards5.56 Ratings00 Ratings
Standard reports5.25 Ratings00 Ratings
Custom reports4.45 Ratings00 Ratings
Function as a Service (FaaS)
Comparison of Function as a Service (FaaS) features of Product A and Product B
AWS Lambda
8.7
7 Ratings
0% above category average
Oracle Cloud Infrastructure
-
Ratings
Programming Language Diversity9.07 Ratings00 Ratings
Runtime API Authoring8.07 Ratings00 Ratings
Function/Database Integration8.97 Ratings00 Ratings
DevOps Stack Integration8.97 Ratings00 Ratings
Infrastructure-as-a-Service (IaaS)
Comparison of Infrastructure-as-a-Service (IaaS) features of Product A and Product B
AWS Lambda
-
Ratings
Oracle Cloud Infrastructure
7.0
137 Ratings
16% below category average
Service-level Agreement (SLA) uptime00 Ratings8.1132 Ratings
Dynamic scaling00 Ratings7.9132 Ratings
Elastic load balancing00 Ratings7.6121 Ratings
Pre-configured templates00 Ratings5.6121 Ratings
Monitoring tools00 Ratings6.8132 Ratings
Pre-defined machine images00 Ratings6.6119 Ratings
Operating system support00 Ratings6.4131 Ratings
Security controls00 Ratings7.4133 Ratings
Automation00 Ratings7.095 Ratings
Best Alternatives
AWS LambdaOracle Cloud Infrastructure
Small Businesses
IBM Cloud Functions
IBM Cloud Functions
Score 6.9 out of 10
DigitalOcean Droplets
DigitalOcean Droplets
Score 9.4 out of 10
Medium-sized Companies
Red Hat OpenShift
Red Hat OpenShift
Score 9.2 out of 10
SAP on IBM Cloud
SAP on IBM Cloud
Score 9.0 out of 10
Enterprises
Red Hat OpenShift
Red Hat OpenShift
Score 9.2 out of 10
SAP on IBM Cloud
SAP on IBM Cloud
Score 9.0 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
AWS LambdaOracle Cloud Infrastructure
Likelihood to Recommend
7.7
(52 ratings)
7.8
(149 ratings)
Likelihood to Renew
-
(0 ratings)
8.6
(6 ratings)
Usability
8.3
(17 ratings)
7.0
(14 ratings)
Availability
-
(0 ratings)
8.0
(3 ratings)
Performance
-
(0 ratings)
8.4
(27 ratings)
Support Rating
8.7
(20 ratings)
7.7
(19 ratings)
In-Person Training
-
(0 ratings)
9.0
(3 ratings)
Online Training
-
(0 ratings)
9.0
(3 ratings)
Implementation Rating
-
(0 ratings)
8.0
(3 ratings)
Configurability
-
(0 ratings)
8.0
(2 ratings)
Contract Terms and Pricing Model
-
(0 ratings)
6.0
(10 ratings)
Ease of integration
-
(0 ratings)
8.0
(2 ratings)
Product Scalability
-
(0 ratings)
8.7
(3 ratings)
Professional Services
-
(0 ratings)
8.0
(5 ratings)
Vendor post-sale
-
(0 ratings)
8.0
(1 ratings)
Vendor pre-sale
-
(0 ratings)
8.0
(1 ratings)
User Testimonials
AWS LambdaOracle Cloud Infrastructure
Likelihood to Recommend
Amazon AWS
Lambda excels at event-driven, short-lived tasks, such as processing files or building simple APIs. However, it's less ideal for long-running, computationally intensive, or applications that rely on carrying the state between jobs. Cold starts and constant load can easily balloon the costs.
Read full review
Oracle
As per our usage Oracle Cloud Infrastructure for almost 6 years hosting 500 + customers I can say its well suited application for any small scale to larger scale application as it can handle that capacity and provide more reliable cloud service only if you need any messaging service like pub/sub or sqs better to consider other services.
Read full review
Pros
Amazon AWS
  • No provisioning required - we don't have to pay anything upfront
  • Serverless deployment - it gets executed only when request comes and we pay only for the time the request is getting executed
  • Integrates well with AWS CloudWatch triggers so it is easy to setup scheduled tasks like cron jobs
Read full review
Oracle
  • Oracle Cloud Infrastructure has a generous free tier, moreso than other hyperscalers, with an always-free tier that guarantees certain products are always free
  • Oracle Cloud Infrastructure allows you to size VMs with differing combinations of CPU and RAM, which is contrary to other hyperscalers that have specific pre-defined combinations only
  • Oracle Cloud Infrastructure regularly provides free certification exam offers
Read full review
Cons
Amazon AWS
  • Developing test cases for Lambda functions can be difficult. For functions that require some sort of input it can be tough to develop the proper payload and event for a test.
  • For the uninitiated, deploying functions with Infrastructure as Code tools can be a challenging undertaking.
  • Logging the output of a function feels disjointed from running the function in the console. A tighter integration with operational logging would be appreciated, perhaps being able to view function logs from the Lambda console instead of having to navigate over to CloudWatch.
  • Sometimes its difficult to determine the correct permissions needed for Lambda execution from other AWS services.
Read full review
Oracle
  • Navigating the UI takes lots of getting used to. It reminds me of older GCP (just to get used to where everything is).
  • Permission for different things always seemed to be more difficult than it really needed to be. Once you got them set up you were good but updating anything or creating new permissions for just about anything took longer than I thought it should.
  • Based on how the buttons were laid out, it was pretty easy to delete all of your DNS records, and backing them up was not as intuitive as I'd like with the UI, but it was easy to do using a script.
Read full review
Likelihood to Renew
Amazon AWS
No answers on this topic
Oracle
Reliability: Very dependable and stable OCI services have been for the business operations.Performance: The speed and efficiency of OCI in meeting their computing and storage needs.Scalability: The ease and effectiveness of scaling resources up or down to accommodate changing demands.Security: The robustness and effectiveness of OCI's security features in protecting their data and applications.
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
Oracle
The services & products in Oracle Cloud Infrastructure needs more improvement to beat other Cloud service providers. The price is good & Security processes are good. We are requiring to put more effort in supporting this Oracle Cloud Infrastructure than other Cloud service providers. Probably better ways are there but is not super easy to find or not super available
Read full review
Reliability and Availability
Amazon AWS
No answers on this topic
Oracle
Yeah sometimes we had to face unplanned outages due to underlying infrastructure issues, so not every time,e but once in a while we face issues with availability. But the good thing is we have redundancy with DR setup and multi region so we can manage.
Read full review
Performance
Amazon AWS
No answers on this topic
Oracle
From the start, I was surprised by response times and image quality accessing windows VMs with RDP. GCP, Azure and -many offerings in AWS- don't perform this speed. Also, that's evident in the quality of Infrastructure Management Team, because I just received one warning regarding a region failure, what confirms that's a mature platform.
Read full review
Support Rating
Amazon AWS
Amazon consistently provides comprehensive and easy-to-parse documentation of all AWS features and services. Most development team members find what they need with a quick internet search of the AWS documentation available online. If you need advanced support, though, you might need to engage an AWS engineer, and that could be an unexpected (or unwelcome) expense.
Read full review
Oracle
Overall it is amazing, there is always room for improvement. We have weekly updates that tend to slow the program used more and more. We had to change some reports within Oracle because the others wouldn’t load. This is tied to our payroll and the delays are causing many time constraint issues and panic. We have to create a new report when one breaks. Otherwise awesome!
Read full review
In-Person Training
Amazon AWS
No answers on this topic
Oracle
Effective training provided, much data productivity while doing training
Read full review
Online Training
Amazon AWS
No answers on this topic
Oracle
detailed and easy to understand.
Read full review
Implementation Rating
Amazon AWS
No answers on this topic
Oracle
Easier way to implement, vary much supportive way doing the implementation
Read full review
Alternatives Considered
Amazon AWS
AWS Lambda is good for short running functions, and ideally in response to events within AWS. Google App Engine is a more robust environment which can have complex code running for long periods of time, and across more than one instance of hardware. Google App Engine allows for both front-end and back-end infrastructure, while AWS Lambda is only for small back-end functions
Read full review
Oracle
We used Microsoft Azure and Docker earlier and faced some difficulties like Microsoft Azure and Docker. Occasionally, the generation of large images can delay deployment. It is also necessary for me to admit that Microsoft Azure and Docker have a somewhat steep learning curve. Proper paperwork needs to be there. Docker has issues with performance on a number of platforms. On the other hand, OCI is easy to deploy and easy to understand.
Read full review
Contract Terms and Pricing Model
Amazon AWS
No answers on this topic
Oracle
was not part of initial purchase team. Anyways, i think unit pricing and billing frequency is good compared to other Cloud service providers, when it comes to Cloud Capital expenditure & Operational expenditure. Would be more interested in exploring more options where customers can get more cost relaxations on trying out new cloud services in Oracle Cloud Infrastructure for example a new App or a feature
Read full review
Scalability
Amazon AWS
No answers on this topic
Oracle
We have hosted around 500 + customers on this cloud so till day not faced any major issues, so we can use it for any kind of products and it can hold the load and easily scale based on need.
Read full review
Professional Services
Amazon AWS
No answers on this topic
Oracle
Services & Infra wise is ok to use & host applications & services. Security wise also good for a Cloud service provider. It is a interesting area to explore & using it for day to day needs can be further improvised in future probably. Modern day Services like AI and Machine learning could be improved
Read full review
Return on Investment
Amazon AWS
  • Positive - Only paying for when code is run, unlike virtual machines where you pay always regardless of processing power usage.
  • Positive - Scalability and accommodating larger amounts of demand is much cheaper. Instead of scaling up virtual machines and increasing the prices you pay for that, you are just increasing the number of times your lambda function is run.
  • Negative - Debugging/troubleshooting, and developing for lambda functions take a bit more time to get used to, and migrating code from virtual machines and normal processes to Lambda functions can take a bit of time.
Read full review
Oracle
  • Oracle Cloud helps us build and deploy apps quickly, getting our products out the door faster.
  • With real-time insights from Oracle Cloud, we can give customers personalized experiences that boost satisfaction.
  • Migrating to Oracle saves us cash on hardware and maintenance, which we can use for innovation and growth.
Read full review
ScreenShots

OCI Screenshots

Screenshot of Oracle Cloud Infrastructure Global FootprintScreenshot of 2-5x Faster Performance vs On-premises and Other Clouds (Storage Review)Screenshot of One Cloud for the Most Intensive Enterprise and Infra-heavy WorkloadsScreenshot of Gen 1 vs Gen 2 Cloud AdvantageScreenshot of Always Free Services