Sign in
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

Reviews from AWS Marketplace

0 AWS reviews
  • 5 star
    0
  • 4 star
    0
  • 3 star
    0
  • 2 star
    0
  • 1 star
    0

External reviews

138 reviews
from G2

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


    Jessamy C.

Reliable, easy to implement, essential tool

  • November 22, 2022
  • Review verified by G2

What do you like best about the product?
Split.IO is one of those tools that "just works" - it's easy for developers to integrate Split.IO into their app, and allows complete and traceable control for the non-devs who are actually handling the releases. I've used it at two companies across a variety of products and use cases (back-end too!) with great success.
What do you dislike about the product?
When you get a large list of splits or segments it can be difficult to find the one you are looking for. Favorites helps a lot, but a better way of organizing them would be helpful when using a lot of splits across a large application.
What problems is the product solving and how is that benefiting you?
Split allows us to deploy code to production without making it visible to all users. We can completely dark launch a feature that's in process, and then we can start adding segments to gradually release it to different groups of users. It's easy to kill a feature in an emergency. This decouples deployment from release and allows for a mature release management process.


    Broadcast Media

Overall its nice feature to pick random option based on specific rules

  • November 22, 2022
  • Review provided by G2

What do you like best about the product?
It reduces development time, as some of the split related functionalities are available. Which is easy to plug and play in your applications
What do you dislike about the product?
Most of the features are nice, having better documentation will help us in implementation
What problems is the product solving and how is that benefiting you?
For us it's solving random option selection based on input key and returns the same value until certain duration


    Ian M.

Amazing way to add feature-toggles to your projects, regardless of programming language!

  • November 11, 2022
  • Review verified by G2

What do you like best about the product?
The UI is very intuitive when choosing what to feature toggle, etc. Depending on your use case, you can configure different environments so that feature toggles can be on for Staging/Production, etc. Also, creating a feature toggle itself is very easy to do. When you activate/deactivate it, it immediately applies any changes without redeploying services if you have it integrated correctly.

Furthermore, the integration tends to be very painless regardless of the languages you use - Java, TypeScript, Python - etc.
What do you dislike about the product?
I think it would be great if there were easier integration with AWS projects (for example, in AWS Lambdas - we have to use AppConfig instead as a feature toggle which I don't like using), but for the most part, split.io does the job and does it perfectly.
What problems is the product solving and how is that benefiting you?
As mentioned above, switching on/off feature toggles is incredibly easy. For example, if we roll out a new change to customers with issues that were not spotted, as long as we've wrapped a split feature toggle around it, we can very quickly turn off the toggle, which also turns off the bugs!

This allows our customers to not experience the issue while we work on fixing it.


    Sameer K.

Split is great for managing feature toggle, integration with projects is super-easy

  • November 10, 2022
  • Review verified by G2

What do you like best about the product?
I like the ability to deploy features without having to worry about releases happening. The feature toggle helps to evaluate how a feature is doing for customer and get feedback early in the stage.
If things don't go well, its easy to disable the feature through UI.

Other feature which makes it standout is the ability to target the audience by creating segments, that way CSM can let customer know about certain feature and gather feedback early in development phase.
What do you dislike about the product?
The only challenge we face right now is managing the old feature flags, it's really hard to forget about them once the feature is fully released. There are traces of code everywhere in the projects making it harder to monitor the feature flags.
There should be deprecation warnings created for the split once a feature is fully rolled out so that it reminds developer to retire the split from the codebase
What problems is the product solving and how is that benefiting you?
As a developer, Its easy for me to roll out the features without having to worry about what happens if it doesn't go well or as expected. There is a quick turnaround time if something breaks in production environments.


    Irfan G.

Great app to handle new features

  • November 09, 2022
  • Review provided by G2

What do you like best about the product?
It is very helpful when we want to do some A/B testing of developed features, control users who can see the feature, import bulk users to the segment, and target rules are very helpful.
What do you dislike about the product?
Nothing much, if we can have a feature to import users for split rules like segments that will be great. Also, size limitation in config can be increased and JSON config return as a string (user needs to parse the string and use it) - if it returns as JSON that will be helpful.
What problems is the product solving and how is that benefiting you?
Release feature on the fly after AB test without code modification, Set targetting rules, Import feature in the segments, Experiment, and roll back feature changes.


    Information Technology and Services

Split IO provides good and flexible control over the features available for specific environment.

  • November 02, 2022
  • Review provided by G2

What do you like best about the product?
Adding user specific to a Split and for an environment
What do you dislike about the product?
Split Admin API which does not provide straight forward way to retrieve Splits for auser
What problems is the product solving and how is that benefiting you?
Dynamically enabling a feature w/o making changes in application code base.


    Arunabh B.

Great feature deployment and segmentation support

  • November 01, 2022
  • Review verified by G2

What do you like best about the product?
Super easy and intuitive user interface and easy-to-use APIs to automate feature flag toggles for new features. Love the segmentation features that allows us to define internal, pre-production, early access and generally available feature buckets. Also like the easy to understand and easy to revert audit trail which is super important for enterprise.
What do you dislike about the product?
Managing older feature flags can become burdensome. The creation of feature flags (formatting, best practices) is something the tool can better enforce, rather than providing that flexibility to the designer of the flag. Searching for existing flags is a common use case.
What problems is the product solving and how is that benefiting you?
Feature segmentation, deployment, audit trails on enabling feature flags, beta programs and partner early access to certain feature sets. We also wanted to limit risk to ship certain features.


    Computer & Network Security

Great experience

  • October 28, 2022
  • Review verified by G2

What do you like best about the product?
It is very flexible. We can easily have some splits in our products and use them to roll out new features step by step. In case of any issue, we can easily disable the feature and fix the issue.
What do you dislike about the product?
The product is excellent, there are no drawbacks. Maybe the UI is a bit complex, but that is because the product is compelling and offers many possibilities
What problems is the product solving and how is that benefiting you?
It offers the possibility of quickly rolling out a new feature by percentage, any id, etc. We are confident that if something goes wrong, we can rollback in no time.


    Computer Software

Fastest and easiest yo use feature flag platform.

  • October 07, 2022
  • Review verified by G2

What do you like best about the product?
I like how easy is to setup a feature flag in the user interface, customize the targeting, and thanks to the amount of SDKs you can implement it easily in any of your apps. We use for PHP, Kotlin and React, and the changes are available immediately for all enviorments.
What do you dislike about the product?
I think the fact that there's no browser devtools is the only I don't like, sometimes that would make things easier during development. Apart from
that I think everything that split is supposed to do is done very well.
What problems is the product solving and how is that benefiting you?
Releasing features gradually to different customers and releasing changes to production without causing disruption to our customers. Split has help us get confidence with our deployments to prod because it allows us to deploy everything as soon as possible but releasing at our own pace.


    Akhil J.

Fast and efficient experimentation

  • October 05, 2022
  • Review verified by G2

What do you like best about the product?
1. Ease of use
2. User-friendly UI
3. Highly reliable
What do you dislike about the product?
Customizations and integration with different suites/services can be improved
What problems is the product solving and how is that benefiting you?
1. Mainly used for product experimentation
2. Really useful for quick iterative experimentation