AWS Lambda vs. SAP Business Technology Platform

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
SAP Business Technology Platform
Score 8.4 out of 10
N/A
SAP Business Technology Platform (SAP BTP) is the company's Platform-as-a-Service (PaaS) offering, that brings together intelligent enterprise applications with database and data management, analytics, integration and extension capabilities into one platform for both cloud and hybrid environments, including hundreds of pre-built integrations for SAP and third-party applications.N/A
Pricing
AWS LambdaSAP Business Technology Platform
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 LambdaSAP Business Technology Platform
Free Trial
NoYes
Free/Freemium Version
NoYes
Premium Consulting/Integration Services
NoYes
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details
More Pricing Information
Community Pulse
AWS LambdaSAP Business Technology Platform
Considered Both Products
AWS Lambda

No answer on this topic

SAP Business Technology Platform
Chose SAP Business Technology Platform
SAP Business Technology Platform won us over mainly due to the need for integrating back to the S4 back end. The ease of connecting via SAP cloud connector were the go to reason. Once we get to understand the functions of the service and the potential future, it helps to …
Chose SAP Business Technology Platform
connecting to SAP backend ERPs systems is flawless with BTP of course.
Features
AWS LambdaSAP Business Technology Platform
Access Control and Security
Comparison of Access Control and Security features of Product A and Product B
AWS Lambda
9.3
3 Ratings
3% below category average
SAP Business Technology Platform
-
Ratings
Multiple Access Permission Levels (Create, Read, Delete)9.03 Ratings00 Ratings
Single Sign-On (SSO)9.52 Ratings00 Ratings
Reporting & Analytics
Comparison of Reporting & Analytics features of Product A and Product B
AWS Lambda
6.1
3 Ratings
4% below category average
SAP Business Technology Platform
-
Ratings
Dashboards6.73 Ratings00 Ratings
Standard reports6.52 Ratings00 Ratings
Custom reports5.02 Ratings00 Ratings
Function as a Service (FaaS)
Comparison of Function as a Service (FaaS) features of Product A and Product B
AWS Lambda
7.9
3 Ratings
3% below category average
SAP Business Technology Platform
-
Ratings
Programming Language Diversity9.03 Ratings00 Ratings
Runtime API Authoring8.33 Ratings00 Ratings
Function/Database Integration8.33 Ratings00 Ratings
DevOps Stack Integration6.03 Ratings00 Ratings
Platform-as-a-Service
Comparison of Platform-as-a-Service features of Product A and Product B
AWS Lambda
-
Ratings
SAP Business Technology Platform
7.4
480 Ratings
8% below category average
Ease of building user interfaces00 Ratings7.8459 Ratings
Scalability00 Ratings7.8459 Ratings
Platform management overhead00 Ratings7.1439 Ratings
Workflow engine capability00 Ratings7.2393 Ratings
Platform access control00 Ratings7.4443 Ratings
Services-enabled integration00 Ratings7.8432 Ratings
Development environment creation00 Ratings7.7429 Ratings
Development environment replication00 Ratings7.3372 Ratings
Issue monitoring and notification00 Ratings6.8419 Ratings
Issue recovery00 Ratings6.9365 Ratings
Upgrades and platform fixes00 Ratings7.3402 Ratings
Best Alternatives
AWS LambdaSAP Business Technology Platform
Small Businesses
IBM Cloud Functions
IBM Cloud Functions
Score 8.0 out of 10
AWS Lambda
AWS Lambda
Score 8.3 out of 10
Medium-sized Companies
Red Hat OpenShift
Red Hat OpenShift
Score 9.3 out of 10
Red Hat OpenShift
Red Hat OpenShift
Score 9.3 out of 10
Enterprises
Red Hat OpenShift
Red Hat OpenShift
Score 9.3 out of 10
Red Hat OpenShift
Red Hat OpenShift
Score 9.3 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
AWS LambdaSAP Business Technology Platform
Likelihood to Recommend
9.3
(48 ratings)
8.3
(488 ratings)
Likelihood to Renew
-
(0 ratings)
7.5
(10 ratings)
Usability
9.0
(13 ratings)
7.7
(477 ratings)
Availability
-
(0 ratings)
8.6
(2 ratings)
Performance
-
(0 ratings)
7.8
(2 ratings)
Support Rating
8.7
(20 ratings)
7.5
(312 ratings)
In-Person Training
-
(0 ratings)
7.3
(1 ratings)
Online Training
-
(0 ratings)
7.4
(2 ratings)
Implementation Rating
-
(0 ratings)
7.1
(4 ratings)
Configurability
-
(0 ratings)
7.1
(2 ratings)
Contract Terms and Pricing Model
-
(0 ratings)
7.3
(1 ratings)
Ease of integration
-
(0 ratings)
7.1
(2 ratings)
Product Scalability
-
(0 ratings)
7.8
(2 ratings)
Professional Services
-
(0 ratings)
6.4
(1 ratings)
Vendor post-sale
-
(0 ratings)
7.3
(1 ratings)
Vendor pre-sale
-
(0 ratings)
9.1
(1 ratings)
User Testimonials
AWS LambdaSAP Business Technology Platform
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
SAP
SAP Business Technology Platform offers to run the cloud application without worries about availability and accessibility. This is helping us to enable the services that are really suited for us. For example, We have Cloud Identity Services that offer the capability to manage identity directory and also Identity provisioning functionality. Both functionalities helped us to manage the SSO and also enabled the auto-provisioning.
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
SAP
  • Services are operated by SAP with outstanding support, always giving a helping hand even if it is custom code or solution provided on the platform
  • Services are easily connectable via standard approach to our backend SAP systems in SAP Rise/HEC
  • Secure access using identities from our existing identity management helping us to safeguard data security from within SAP systems up to custom frontend applications
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
SAP
  • Have specialized connectors for specific industry use case application
  • Have seamless integration with data platform to create data application on the fly this includes both SAP and non-SAP products
  • Create offline SDK and code editing studios to ease the development issues when working remotely
Read full review
Likelihood to Renew
Amazon AWS
No answers on this topic
SAP
Seamless integration with external system and dashboard to monitor the data flow and analysis are very essential for the business. The way the product is designed and modelled lead to minimum business disruptions. Adopting to the new and modern technology was easy. Keeping the central system as clean and adopting project bases development are advantages.
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
SAP
Overall, I feel it is build toward as an SAP centric platform. Which is very proper direction for SAP as it is their competitive advantage. However, as a customer, I like to see the cost of the services to come down with the advance of underlay hardware capabilities. Licensing model can be streamlined for easier budgeting and consumption.
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
SAP
I give it 9/10 because its customer support team is responsive and knowledgeable, providing clear guidance on complex issues. We contacted them several times; I want to give one example. When we had a problem with third-party integration, we reached out to them about the issue, and they provided a tailored solution for this.
Read full review
Online Training
Amazon AWS
No answers on this topic
SAP
Training material in Developers Community or from Learning hub are really good... also most of the time we route through Discovery center... so materials provided by SAP is really good.
Read full review
Implementation Rating
Amazon AWS
No answers on this topic
SAP
1. Sometimes the licensing doesn’t make sense, e.g., Difficult to understand the license for ABAP cloud runtime. 2. When SAP Business Technology Platform workflow cost is very high but process automation which offers more features has less cost.
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
SAP
SAP Concur allows our staff to book, reimburse and remain spend audit compliant. Our Concur system takes feed from Workday and interacts with Credit card vendor. It also makes posting to Accounting and does clearing. SAP Business Technology Platform helped in establishing connection with all these different tools in real time. It helps in getting paid to the card service provider through our Bank through interface, which is built on SAP Business Technology Platform.
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
SAP
  • Infusing Generative AI capabilities easily into our solutions with existing talent with minimal learning curve, has been very impactful. We have been able resolve several challenges for our clients with AI capabilities, that we could not, previously.
  • Integration Suite is quite extensive in capabilities for bringing together the IT landscape into a single ecosystem.
Read full review
ScreenShots

SAP Business Technology Platform Screenshots

Screenshot of SAP Build Process Automation, an SAP BTP service