Feature | AWS API Gateway | Kong |
---|---|---|
gzip | - (AWS cloudfront supports gzip compression , what you can do is just create new cloudfront distribution and point it to your api gateway.(for those who are unaware, api gateway internally uses cloudfront). But again by the experience, this kind of setup incurs extra 2-3 seconds of addition time in your overall api response time) | + (reduction in response time by almost 50%.) |
Cost | Price | Server + maintain time |
Api blueprint | Via AWS Lamda & Co | + |
Logging | + | + |
Terraform | + | Have unoffitial Terrform providers. Links |
More | https://stackoverflow.com/questions/34640611/how-do-i-use-an-api-gateway-in-conjunction-with-microservices-and-jwts |
Last active
November 6, 2017 16:28
-
-
Save MaxymVlasov/8c05242a5a03ac25f6def65d38f184a2 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment