AWS API Gateway

AWS API gateway is a fully managed service for developers to fully manage, publish, create, and secure API’s. Using API gateway you can create both restful and WebSocket API’s. API Gateway has no minimum fees or startup costs. You pay for the API calls…


This content originally appeared on DEV Community and was authored by Ajit Singh

AWS API gateway is a fully managed service for developers to fully manage, publish, create, and secure API's. Using API gateway you can create both restful and WebSocket API's. API Gateway has no minimum fees or startup costs. You pay for the API calls you receive and the amount of data transferred out.

Benefits

  1. Easy monitoring - Adding other monitoring services to api

  2. Security Controls - Authorize access to your APIs with AWS Identity and Access Management (IAM) and Amazon Cognito. If you use OAuth tokens, API Gateway offers native OIDC and OAuth2 support.

  3. Throttling - API throttling is automatically added so our back ends don't receive unnecessary loads

  4. API development- Run multiple versions of the same API using API gateway.

  5. Serverless API - We can also use this to build a server less API by building a proxy from the gateway to lambda.


This content originally appeared on DEV Community and was authored by Ajit Singh


Print Share Comment Cite Upload Translate Updates
APA

Ajit Singh | Sciencx (2021-08-31T07:49:36+00:00) AWS API Gateway. Retrieved from https://www.scien.cx/2021/08/31/aws-api-gateway/

MLA
" » AWS API Gateway." Ajit Singh | Sciencx - Tuesday August 31, 2021, https://www.scien.cx/2021/08/31/aws-api-gateway/
HARVARD
Ajit Singh | Sciencx Tuesday August 31, 2021 » AWS API Gateway., viewed ,<https://www.scien.cx/2021/08/31/aws-api-gateway/>
VANCOUVER
Ajit Singh | Sciencx - » AWS API Gateway. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/08/31/aws-api-gateway/
CHICAGO
" » AWS API Gateway." Ajit Singh | Sciencx - Accessed . https://www.scien.cx/2021/08/31/aws-api-gateway/
IEEE
" » AWS API Gateway." Ajit Singh | Sciencx [Online]. Available: https://www.scien.cx/2021/08/31/aws-api-gateway/. [Accessed: ]
rf:citation
» AWS API Gateway | Ajit Singh | Sciencx | https://www.scien.cx/2021/08/31/aws-api-gateway/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.