What is difference between API Gateway and API Management ?

amar333n
Participant III

What is difference between API Gateway and API Management ?

0 3 5,931
3 REPLIES 3

Not applicable

Hello @Amar N,

Nice Question. We already have this question answered here

Hope this helps..!

akavikadu
Participant I
Amazon API Gateway Apigee
Description Create, publish, maintain, monitor, and secure APIs at any scale Intelligent and complete API platform
Pros about this tool Pros

AWS Integration

Pros

Highly scalable and secure API Management Platform

Good documentation

Fast and adjustable caching

Quick jumpstart

Easy to use

For monitoring need to use aws cloudwatch

And have less functionality

Apigee provide all monitoring and custom reports
Need to configure each action method

Separately for each endpoint

One proxy gives you multiple api endpoints with all methods
Has less functionality Provide full life cycle of api development
Need to configure each query parameter or

Path parameter

No need to configure anything

@Avinash Kadu, "Need to configure each action method", "Need to configure each query parameter or path parameters" - not really, there is a proxy integration which just acts like Apigee's reverse proxy: https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-create-api-as-simple-proxy-...