
Zuplo handles all the essential aspects of API management, including key management, analytics, logs, and user administration. We were looking for a solution that could be easily deployed for a public API service, as we did not want to spend time dealing with the finer details of API management ourselves. The integration with our AWS Lambda infrastructure was seamless.
In summary, Zuplo provides a production-grade API gateway that handles authentication, authorization, rate limiting, logging, and documentation for the ourPublic API, while keeping these concerns separate from the core business logic. Review collected by and hosted on G2.com.
You might need to add an additional layer of development if you share schemas with the database or across different parts of the application. Additionally, deployment involves some extra steps to automate the process. For example, you can use a script like scripts/zuplo.sh to sync environment variables and handle deployment. CI/CD pipelines can be set up to deploy to Zuplo automatically during staging or production deployments. There are also separate environments for main (production), staging, and feature branches. Review collected by and hosted on G2.com.