Reviews from AWS customer

3 AWS reviews

External reviews

30 reviews
from and

External reviews are not included in the AWS star rating for the product.


    reviewer2843373

Auto-generated APIs have transformed renewal workflows and are powering real-time dashboards

  • May 19, 2026
  • Review provided by PeerSpot

What is our primary use case?

My main use case for Hasura involves dealing with multiple source systems, where we had to create a bunch of repetitive backend work, leading to many APIs that needed to be built. Hasura made development easier because it was useful without wasting time building basic APIs over and over again; instead of creating the controller, service, repository, and DTOs manually, along with filtering and sorting, Hasura has made the work straightforward.

A quick specific example of a project where Hasura helped me save time is our auto-renewal system, which we built in a recent renewal job. Without Hasura, after processing, a backend would need to expose an API endpoint such as /renewals, requiring us to manually build the DTOs, maintain multiple endpoints, support frontend changes, and handle real-time updates separately using WebSockets. With Hasura, the work became straightforward; the .NET jobs update the database, and it automatically exposes the updated data with no need for backend changes, also aiding in the real-time dashboard updates.

The feature that had the most impact on my work was real-time data combined with eliminating the backend API development; that combination greatly sped up building the systems. This mattered most because our system needs to process tasks such as renewal processing, background jobs, and orchestration workflows. Using the AG Grid table was particularly useful, as we have to show renewals that are pending, processing, completed, or failed. Without Hasura, we would have had to create several REST endpoints, polling APIs, and manage WebSockets, along with manual filtering APIs. Hasura has changed our approach by handling API generation, GraphQL queries, subscriptions, and filtering, allowing the frontend to no longer wait for backend APIs to make changes.

Hasura reduced backend boilerplate and enabled real-time operational dashboards by automatically exposing database changes through GraphQL subscriptions, allowing our services to focus only on business processing while Hasura handled API generation and live data.

What is most valuable?

In my opinion, the best features Hasura offers are the auto-generated GraphQL APIs, as it has auto-generated GraphQL APIs and instantly provides queries, mutations, and real-time subscriptions. The frontend can fetch whatever data it needs, instead of fetching huge payloads. Since we used AG Grid for showing huge datasets in a table, the filtering and querying capabilities were very powerful, and the role-based security implementation with Hasura is also commendable.

Hasura positively impacted my organization by facilitating fast development; we saved a lot of time in development. I can estimate that we saved significant time; we do not need to manually create all the GraphQL queries or API generations. I can say we could build an API within hours instead of taking days.

The time saved reflects a significant return on investment.

What needs improvement?

Regarding needed improvements, the complex business logic, nested joins, and over-fetching need to be addressed. Additionally, Hasura needs query limits, caching, monitoring, and better handling of database coupling.

For how long have I used the solution?

I have been using Hasura for three years.

What do I think about the stability of the solution?

In my experience, Hasura is stable.

What do I think about the scalability of the solution?

Hasura's scalability is good, but it heavily depends on proper design; while Hasura can scale horizontally, scalability mostly relies on database design, caching, and subscription management.

How are customer service and support?

I have not reached out to customer support, and we have not faced that many issues.

Which solution did I use previously and why did I switch?

I did not previously use a different solution with this company.

Before choosing Hasura, we evaluated other options; we traditionally used REST APIs by building backend services in ASP.NET Web API, along with using Node.js, Express, and Java Spring Boot. The old approach created too much boilerplate, requiring a controller, service, repository, and mapping validations for every table and making our frontend heavily dependent on the backend.

What other advice do I have?

My advice to others looking into using Hasura is that if they have an automated system such as auto-renewal, or multiple source systems to deal with while using GraphQL, then I would suggest going with Hasura. I rate this product a 9.


    Moitreyo Chakraborty

Building robust graphql apis has saved delivery time but still needs smoother auth and ui

  • May 19, 2026
  • Review from a verified AWS customer

What is our primary use case?

I used Hasura for the GraphQL APIs it provided and for RBAC, which would have otherwise taken a lot of time to implement manually and perfectly.

The project I was building was meant to power both mobile applications and web applications, and GraphQL APIs are particularly suited for mobile-based applications. The RBAC is role-based access control, and there was a particular role hierarchy that the client wanted which I implemented using RBAC.

When I used NeonDB, it was particularly easy to integrate with Hasura and the flexibility was great because we could extend it.

What is most valuable?

The best features Hasura offers, in my opinion, are the production-ready GraphQL features.

The auto generation of APIs was great, and I liked that we could add our own custom requirements as well, so we were not restricted to the standard but could also enhance the API with our custom requirements.

Integrations were fairly easier, and I used the X-Hasura-Claims, and it was not very difficult to figure out. It was pretty easy.

Hasura greatly reduced the time to deliver and also definitely increased the productivity as a result.

I would say that it almost saved around fifty percent of the time because almost half of the time we spent on building that perfect API, and Hasura gave that out of the box.

What needs improvement?

I would recommend that more easy-to-integrate database connectivities can be added, such as NeonDB which was particularly easy to integrate with, but at that time MongoDB had some overhead that was required. I would recommend that and also the authentication part, particularly not RBAC, but I am talking about the authentication; if they were native to Hasura, then I would say that it would be great for that.

The documentation can always be made better by adding some real business cases that users can go through at a glance, so they can start using Hasura as fast as possible and can deliver something that users can use as fast as possible. The UI was pretty good.

I believe that I chose a seven out of ten because I think the UI can be made better and the navigation could have been better. Currently, I do not complain about that, but it could have been made better.

For how long have I used the solution?

I have used Hasura for about four months.

What other advice do I have?

I would give the advice that if others are looking to build something fast and want to avoid the overhead of writing boilerplate APIs and implementing RBAC, they can definitely go for Hasura because it saves a lot of time. I give this product a review rating of seven out of ten.

Which deployment model are you using for this solution?

Hybrid Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?


    Yogi V

Streamlines secure card data queries and has revealed performance limits that need improvement

  • May 17, 2026
  • Review from a verified AWS customer

What is our primary use case?

My main use case for Hasura is that my application is a GraphQL application, and since connecting to the database directly through my UI, Hasura gives very excellent access to directly reach the database and get the request back without any API or endpoint creation. With the same endpoint, we can get considerable data from the database directly.

A quick specific example of how I use Hasura in one of my applications is that our application shows the cards in the wallet, indicating how many points and gift cards the user has. When a user logs into our application and clicks on their gift cards, the UI makes a call directly to Hasura, where we calculate the particular user's details and collect the amount of the entire gift cards to return back to them. While doing that, we have several payment groups because a user can have different gift cards, for example Domino's or Amazon. While mixing them and providing the exact user those details, not allowing other users to access this user's specific details, Hasura is very helpful.

What is most valuable?

The best features Hasura offers are the permissions and the ability to connect to the database seamlessly when we use GraphQL, which Hasura handles exceptionally well.

These features impact my day-to-day work positively, as they are tremendously helpful at the application level architecture design. However, the disadvantage revolves around performance. You need to upgrade to the Enterprise version to achieve better performance and ensure proper memory is assigned in your hosting container for optimal speed as required.

Hasura impacts our organization positively by being extremely useful. When we create multiple actions and cache them with Hasura, the caching has proven to be more than helpful. Furthermore, integrating OpenTelemetry into our Node application with Hasura has the added benefit of tracking Hasura calls directly, which helps us monitor our performance effectively.

What needs improvement?

Hasura could be improved by enhancing the performance of the free tier version, particularly for small applications that can only accommodate around 500 MB. In my scenario, that would have made a noticeable difference.

What other advice do I have?

I have additional comments about my use case and how Hasura fits into my workflow, as it has been helpful in terms of managing permissions for each table and role so that only specific roles can access particular columns. Creating REST API endpoints for each permission management task in internal application admin UIs can be burdensome, but Hasura allows us to handle permissions efficiently. Additionally, if you are using the free tier version, it tends to be slow. I have not used the Enterprise version yet, but regarding the free tier, your application will only achieve more than 40 or 50 TPS at maximum, so that is something to keep in mind when considering Hasura.

When we implemented Hasura in our application, there was no prior framework, and we noticed significant advantages, especially given our need to manage numerous gift cards and user card details. Hasura simplifies making complex database queries that we would find difficult with our current relational database. Its features, including querying with parameters for equality, range checks, and uniqueness, lead to very fast results that the NodeJS application can handle easily.

I would rate Hasura overall as 6.5 to 7 for the free tier version since I have not used the Enterprise one. It is pretty basic and simple, with anything above five being adequate. Hasura simplifies implementing complex queries needed for my application, and its permissions allow one user's cards cannot be seen by another user. That is why I conclude it is excellent for permission-focused applications, but the concerns regarding the free tier performance limitations mean you cannot achieve over 100 TPS.

My advice for others looking into using Hasura is that if your application is not going to reach 50 TPS, then it is very good to use. I am rating Hasura overall as a 7 based on my experience with the free tier version.

Which deployment model are you using for this solution?

Hybrid Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?


    Vijayalakshmi Ankalagi

Back-end data validation has become faster and clearer but complex workflows still need improvement

  • May 16, 2026
  • Review provided by PeerSpot

What is our primary use case?

My main use case for Hasura is for back-end data validation.

A quick, specific example of how I use Hasura for back-end data validation is that we had an integration project from one tool to another tool to Epic and how that data is flowing. All data was integrated in Hasura database. From there I use the queries to fetch the data and find out how the data is integrated and how it is working.

About my main use case with Hasura, I felt Hasura is a pretty user-friendly tool.

What is most valuable?

The best features Hasura offers include the way I can construct my queries because I use it for back-end validation.

What I appreciate most about constructing queries in Hasura is that the entire process is beneficial because it was easy compared to other databases where I can go to the table and select the columns and drag it and construct the queries. The flexibility and the speed are exceptional.

Hasura has positively impacted my organization because for this project, whatever project I'm working on where previously we were using the normal DB2 and which was a little complicated to use, Hasura made it very easy to understand the data flowing and data integration.

What needs improvement?

I'm still using it, so I'm unsure how Hasura can be improved. Perhaps its framework and structure-wise aspects could be enhanced. I feel it's good overall.

Regarding needed improvements, many developers feel that the complex workflow and validations can be difficult to manage at scale, and debugging access issues are a little confusing. These aspects could be fixed.

For how long have I used the solution?

I've been working in my field for the last 17 years.

I have been using Hasura for about one to one and a half years.

What do I think about the stability of the solution?

Hasura is stable.

What do I think about the scalability of the solution?

I'm not understanding what it is, analytic application; is scaling I would say something along those lines?

How are customer service and support?

I have never tried to work with the customer support.

Which solution did I use previously and why did I switch?

Before using Hasura, we used to use SQL DB2, and as I mentioned, it was pretty old and a little time-consuming. That's why we shifted to Hasura.

What was our ROI?

I have not seen a return on investment with Hasura because as a team member I used that one, and I'm not the best person to answer that. My manager would be better positioned to provide that information.

What's my experience with pricing, setup cost, and licensing?

My experience with pricing, setup cost, and licensing is that I don't know about the cloud which one they used. About the licensing, I think the company provided it to us, so I don't know. The company worked on that one.

Which other solutions did I evaluate?

Before choosing Hasura, I am not certain. That decision was taken care of by our leadership team.

What other advice do I have?

Since switching to Hasura, I would say there are fewer errors because if we make any error, a detailed analysis will be shown and we can identify and correct it, saving more time on that.

My advice to others looking into using Hasura is that it's a good choice; performance-wise it is really good, so I would tell others that you can use it. There will be some challenges such as poor indexing and some inefficient GraphQL queries, but Hasura itself is really fast, so I would definitely suggest it. I would rate this review a 7.


    reviewer2842005

Connecting endpoints through one gateway has simplified secure database access and development

  • May 15, 2026
  • Review provided by PeerSpot

What is our primary use case?

My main use case for Hasura is to create endpoints that I can use to create, get, or update endpoints to my database. My database is on-premise, so to protect it from attackers, we hide it and give access only to Hasura with all the connections from the application directed to Hasura, which connects to the database and returns the answers.

A specific example of how I set up Hasura is as follows: first, for any table, I create the table in the database, then I come back to Hasura and reload the schema for the connected database. Once the database is reloaded, I go to the tracking section and track the table that was recently created. After that, once the table is tracked, I go to the GraphQL space and select the table as well as the columns I want, and it will generate the GraphQL query. I give the return type and save this with a particular name, which acts as the endpoint for my application to access that particular table.

What is most valuable?

In my experience, the best feature Hasura offers is its scalability.

Hasura's scalability stands out for me as we had a development server and a production server, and we needed to set up a user acceptance test server, UAT server. For this, all we had to do was set up a few connections, then copy the metadata and load it back to the UAT servers to get started. The migration from one environment to another was very fast, which was very helpful. Regarding reliability, the SQL server can mostly have many concurrent connections and can have issues, but in such cases, the load falls onto Hasura, and it handles it very well. All SQL errors or messages reach Hasura at the end, so we do not need to go back and check it on the SQL layer.

Hasura has positively impacted my organization as before Hasura, we used to write the GraphQL code and REST APIs for every table. After Hasura, it is just connecting the database to Hasura and then creating a GraphQL query and setting it as an endpoint. That is much easier than the process of writing the REST endpoints at the code level on the backend server. This makes the implementation much easier and many things easier overall.

What needs improvement?

I have faced some pain points regarding the migration process.

Regarding needed improvements about migration, if a company has a single development server and multiple production servers, this segregation can be done at the database level or at the level of tables migration. This could be improved.

Regarding my main use case with Hasura, the graphical user interface, GUI, the web interface that is offered is particularly very slow if you have a lot of endpoints configured. It is better to use CLI, which is the preferred method for me. All the endpoints are very fast and responsive, as Hasura servers are very fast. The setup does not take a lot of time as it is just one metadata file, and we can recover all of the set endpoints, making backing up and storing everything very easy.

I would like to add that the user interface is particularly very slow and sometimes overwhelmingly slow. This is not about the response of the endpoints, but rather the user interface itself.

For how long have I used the solution?

I have been using Hasura for one year.

What do I think about the stability of the solution?

In my experience, Hasura is stable and has been reliable day-to-day; I have never faced any downtime.

What do I think about the scalability of the solution?

Hasura's scalability has handled growth or changes in my workloads very well.

How are customer service and support?

I have not needed to reach out for help, as I never reached out for any support.

Which solution did I use previously and why did I switch?

I did not use any other solution before Hasura; I am a fresher.

How was the initial setup?

Hasura's integration capabilities with other tools or services I use are easier to integrate. It is a pretty easy setup; once we have a subscription, we can plug in the database credentials and then get started with creating the GraphQL. This is a much easier process compared to manually creating those endpoints at a backend.

Hasura saves a lot of time for my team; just for a single table implementation, it would have taken one or two days, but now it just comes down to one or two minutes.

Hasura's monitoring and logging capabilities are sufficient for my needs; we can integrate Prometheus and Grafana for monitoring. I collected all the logs and metrics from Prometheus and connected them to the Grafana dashboard, from where I can visualize all the issues that are occurring.

What about the implementation team?

The experience with pricing, setup cost, and licensing for Hasura was handled by my organization.

What was our ROI?

I have seen a return on investment with Hasura, as the time saved is significant at 70% less time dealing with database queries and REST APIs for development, which saved a lot of people's time.

What other advice do I have?

My advice to others looking into using Hasura is to look into it if you want to reduce your backend APIs, as that can be drastically reduced.

Based on my experience so far, I do not think there are any other improvements that Hasura needs. I would rate this product an 8 out of 10.


    Durrez Ahmed

Faster API development has transformed our backend workflows and has reduced delivery time

  • May 15, 2026
  • Review provided by PeerSpot

What is our primary use case?

My main use case for Hasura is for a backend that is made on Hasura.

For one healthcare project, we have used Hasura as a full back end, and we have the database and all those things inside Hasura. We have created the APIs using GraphQL inside Hasura and the actions, triggers, and cron jobs, all using Hasura.

We just need to define some query in the cron job, which we need to run on a particular schedule that we define. That can be defined in cron job and scheduled triggers according to our business logic use case need.

What is most valuable?

The main usage where I find Hasura useful is the faster API development. With GraphQL, you just need to check tick boxes and that's it. In nearly 10 to 30 seconds, an API is created, and you can easily deploy it.

The instance management is very easy for an application. The first time when you set up Hasura, you need to properly check the DB configuration connections, and the rest is easy. If you want some custom business logic, you can define that in actions, cron jobs, triggers, or whatever you want to create on Hasura.

The best feature which I liked in Hasura is the cron job and scheduled triggers. Apart from that, actions is also a good feature.

Earlier, we took around maybe two days to create some APIs and set up DB and other things. In Hasura we can create tables and relationships and APIs in the end. DB creation, configuration, and deletion of rows are very easy in Hasura. Earlier, where two days were taken, now we can only do it in half to one day at max.

In development effort, very much time is saved, and the execution is fast.

What needs improvement?

Hasura can be improved in a way such that the setup process could be improved, and the loggings and Hasura logs could be improved. Apart from that, there are some restrictions while defining actions or while using GraphQL. We cannot do certain particular queries while writing GraphQL which we can easily do in SQL while writing a Node API. Those things can be improved in Hasura.

There is always a scope for improvement.

For how long have I used the solution?

I have been using Hasura for two plus years.

What do I think about the stability of the solution?

Hasura is stable.

What do I think about the scalability of the solution?

Hasura's scalability is good. Production-wise, it is good.

How are customer service and support?

Customer support is fine.

Which solution did I use previously and why did I switch?

Previously, I was using Node and Express.js. For faster development, I switched to Hasura.

What's my experience with pricing, setup cost, and licensing?

The pricing is fine, and the licensing and setup costs are fine.

What other advice do I have?

Hasura is an overall good product. If you are using Node.js language, consider switching to Hasura. I would rate this product 8.5 out of 10.


    Shivam Chauhan

Provides real-time error resolution but sometimes delays schema updates

  • August 19, 2025
  • Review from a verified AWS customer

What is our primary use case?

I have used MongoDB and MySQL, and for the last two years, I am using CockroachDB, which is better than these two. I have recommended it to two more of my colleagues who have also started working on CockroachDB, and they are building an application for the global market. They have started using CockroachDB because it has been very helpful.

I am using Hasura just for the GQL, GraphQL.

Hasura has connectivity with CockroachDB, and I am not directly calling CockroachDB, I am just calling Hasura. Internally, Hasura calls CockroachDB, gets the data, and populates it into our application. It serves as middleware.

We have real-time subscription in Hasura.

If I change anything in CockroachDB, it immediately impacts Hasura. For example, if I add new fields, it gets reflected in Hasura.

Integrating microservice architecture with Hasura provides an endpoint to incorporate into your microservices. It works as a connection string, and that's its main role.

What is most valuable?

Hasura's best feature is that it provides an API gateway, and it also provides remote schemas and monitoring, which are the best methods they are offering.

In the API playground, I can run my query dynamically; it has a GraphiQL integrated system. I can fix my error directly on this playground and then copy my query from it to my code.

Regarding security, Hasura provides API keys and secret keys. It is hosted there and offers these features, which are very good. I have role-based access; I can give four out of five team members access to the Hasura console and manage their access control according to their roles. If assigned as admin, they can do anything. Developers can run queries, and business developers can monitor metrics.

Hasura does not support custom business logic; it just provides Graph Query Language support to get the data. It offers an endpoint where I can fetch the data and create any endpoint, such as ABC, to get a desired output based on some input variables.

Hasura has event triggers, and I have used that feature. I find it effective to have these event triggers in my system.

The main benefits I see from using Hasura include being able to fix my queries on the playground in real-time rather than relying on Google or any AI solutions for error resolution.

What needs improvement?

One area I would like to see improved is that they are providing a cloud-based DB system, and aside from that, I don't have any additional requests.

For how long have I used the solution?

I have been working with Hasura for the last six months only.

What do I think about the stability of the solution?

I have no issues with stability or scalability; everything is good.

What do I think about the scalability of the solution?

I have no issues with stability or scalability; everything is good.

How are customer service and support?

The tech support was fine; they used to reply within one, two, or three days, and that is acceptable.

Which solution did I use previously and why did I switch?

Before Hasura, we did not have a chance to work on CockroachDB. We used DynamoDB, DocumentDB, and MongoDB from the AWS platform.

How was the initial setup?

The initial setup of Hasura was very easy. Once redirected to the dashboard, I can add a new project by clicking a button for a new project. It asks if I want to go with a free plan or a professional plan, and if I select the free plan, I provide a provider such as Google Cloud, Azure, or AWS. Based on this, I can create a new project and add my DB connection string, such as CockroachDB. Just put it in and click save to create the connection, after which I can launch the console.

What other advice do I have?

My advice for others considering Hasura is that sometimes it may not support capturing remote schemas effectively; for example, if I change something in CockroachDB, it sometimes fails to capture the change until one or two days later. I discussed this with the sales and technical teams, and they also recognized this issue. This can impact your business deadlines if it's not functioning properly.

Event triggers are required for situations such as creating backups every three or four days. For example, if I need to create an event that runs every three days for backups or integrates payment systems using webhooks such as Stripe, once Stripe updates the database, that data will be updated in my local database.

On a scale of one to ten, I rate Hasura a six out of ten.


    Vishwa R.

Readymade graphql solution

  • November 30, 2023
  • Review provided by G2

What do you like best about the product?
It is easy to use. It gives you immense power to connect with postgres database and run graphql query on it from step 1.
It also provides schemas which we can use in our code base to make graphql calls and mutation or subscription.
What do you dislike about the product?
Hasura should support Dynamo db as most of the tech companies now are using aws and their first choice is dynamodb.
What problems is the product solving and how is that benefiting you?
We already have a REST api in place which connects with the dynamodb at the backend. We wanted to expose the api as graphql as there are third party services which want to consume our api and they prefer the graph calls. To implement this we used hasura over the rest api to get our work done.


    Divyarajsinh C.

Grate opensource product for API integrations.

  • April 15, 2023
  • Review provided by G2

What do you like best about the product?
it is an open-source platform that allows you to integrate Graphql and REST API faster and reliably. when talking about the features it is a powerful query engine with the support of Dynamic access control. It is very easy to connect with schema using Hasura. we can use Hasura on the cloud and the local system so it supports both and which is very convenient for many users like me. What I like most about Hasura is when you connect it properly it automatically writes your queries and mutations in the console I think which is a very useful feature of this product.
What do you dislike about the product?
I do have not many disadvantages to this product but one point I want to add here is Hasura is a little bit tough for beginners like I had faced issues with connecting.
What problems is the product solving and how is that benefiting you?
Actually, we are looking for a product that provides very reliable, faster, and scalable performance for integration and deployment of APIS and Hasura fits the best for our requirements. so have chosen Hasura over many other products.


    Education Management

Hasura Fastest Graph QL

  • September 15, 2021
  • Review provided by G2

What do you like best about the product?
User Friendly Monitoring system and good speed, also excellent monitoring system
What do you dislike about the product?
If the user is a layman, he has spent time learning about it.
What problems is the product solving and how is that benefiting you?
Graph QL..used in research of e-commerece
Recommendations to others considering the product:
It is very good, can be used for current situation and trend