AWS Lambda vs. SAP Business Technology Platform

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
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.
$0
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—SAP BTP offers tailored pricing models designed to meet any business scenario
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
connecting to SAP backend ERPs systems is flawless with BTP of course.
Top Pros
Top Cons
Features
AWS LambdaSAP Business Technology Platform
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
306 Ratings
10% below category average
Ease of building user interfaces00 Ratings7.7296 Ratings
Scalability00 Ratings8.2292 Ratings
Platform management overhead00 Ratings6.9281 Ratings
Workflow engine capability00 Ratings7.7256 Ratings
Platform access control00 Ratings7.5288 Ratings
Services-enabled integration00 Ratings7.7289 Ratings
Development environment creation00 Ratings7.2280 Ratings
Development environment replication00 Ratings7.0240 Ratings
Issue monitoring and notification00 Ratings6.8271 Ratings
Issue recovery00 Ratings6.8240 Ratings
Upgrades and platform fixes00 Ratings7.5265 Ratings
Best Alternatives
AWS LambdaSAP Business Technology Platform
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 LambdaSAP Business Technology Platform
Likelihood to Recommend
8.8
(45 ratings)
8.3
(310 ratings)
Likelihood to Renew
-
(0 ratings)
7.0
(5 ratings)
Usability
9.0
(13 ratings)
8.0
(299 ratings)
Support Rating
8.7
(20 ratings)
6.9
(206 ratings)
Implementation Rating
-
(0 ratings)
6.0
(2 ratings)
User Testimonials
AWS LambdaSAP Business Technology Platform
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
SAP
BTP is particularly good for Integrating S4 and other SAP platforms. It is also good for developing Software like CAP and Fiori Applications. The event mesh is progressing. I am looking forward to the integration with SAP Build APp, SAP Build Code, and SAP Process Automation. Overall, there are good security and roles.
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
SAP
  • Authentication options - In the past, we needed to really leverage our own solutions for MFA and other security measures, but now, out-of-the-box these options are really good and readily available.
  • Ease of use - the interface has been adjusted to be really easy on the eyes but also simpler, less convoluted, and really well thought out.
  • Modernized SAP experience - compared to the old stuff, SAP is really modernizing all of the experiences. The new house style is rejuvenated, and the company is really becoming more likable compared to 10 years ago!
  • SAP Discovery and Missions are a real treat to see what the upcoming costs are!
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
SAP
  • Expand the standard integration with S4Hana bringing all tables, such as maintenance plans, task lists, etc.
  • Expand the standard integration with APM (asset performance management). Ability to create BTP “items/events” from an APM alert for example.
  • Add more options to UI.
Read full review
Likelihood to Renew
Amazon AWS
No answers on this topic
SAP
As many customers have SAP landscape, the SAP Business Technology Platform is slowly becoming an integral part of the cloud solutions.
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
SAP Analytics cloud build on SAP BTP . can be customized to specific business needs by adding applications on the BTP. Data and analysis helped various business units take critical decisions and make road for future enhancements .BTP's ability to connect and integrate various SAP and non-SAP systems, processes can be integrated and digitalized end-to-end. Such as system logging, the available permissions vary within the system.
Read full review
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
SAP
I have given this rating because there are points that need to be improved with the Support of the SAP Business Technology Platform. Given that there are lots of components and parts within a low-code platform, often there would be a turnaround whether a certain issue is related to the Platform or the Infrastructure.
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
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
SAP
We have used the plain cloud foundry variant also, and there were many problems we faced while running applications on cloud foundry. We have also used the GCP platform to run our applications here also faced many problems. SAP BTP services and integration of service are strong points to consider 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
SAP
  • Nicely linked and Developed a single platform for all Application Development and Deployment.
  • It is easy to use and links each and every service with a single click.
  • Negative impact is SAP BTP way more costlier than any other system like AWS and Azure.
Read full review
ScreenShots