Difference between revisions of "AWS API Gateway"

From wikieduonline
Jump to navigation Jump to search
 
(30 intermediate revisions by 6 users not shown)
Line 1: Line 1:
[[wikipedia:AWS API Gateway]] service (2015)
+
[[wikipedia:AWS API Gateway]] service ([[AWS timeline|July 2015]]) <ref>https://aws.amazon.com/about-aws/whats-new/2015/07/introducing-amazon-api-gateway/</ref>  is a fully managed service that makes it easy for developers to create, publish, maintain, monitor, and [[secure]] APIs at any scale.
 
+
* https://aws.amazon.com/api-gateway/
* Homepage: https://aws.amazon.com/api-gateway/
 
  
 
== Features ==
 
== Features ==
* Allow creation of HTTP API, [[WebSockets]] APIs or [[RESTful]] APIs.
+
* Allow creation of [[HTTP]] API, [[WebSockets]] APIs or [[RESTful]] APIs.
 
* Traffic management
 
* Traffic management
* [[CORS]] support
+
* [[Cross-Origin Resource Sharing (CORS)]] support
* Authorization and access control
+
* [[AWS API Gateway authorization and access control|Authorization and access control]]
* Throttling
+
* [[Throttling]]<ref>https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-api-usage-plans.html</ref> (Usage plan<ref>https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html</ref>: <code>[[AWS::ApiGateway::UsagePlan]]</code>, <code>AWS::ApiGateway::UsagePlan ThrottleSettings</code>)
 
* Monitoring
 
* Monitoring
 
* API version management
 
* API version management
 
+
* mock integration <ref>https://docs.aws.amazon.com/apigateway/latest/developerguide/how-to-mock-integration.html</ref>
  
 
== [[Free tier]] ==
 
== [[Free tier]] ==
Line 19: Line 18:
 
== Related terms ==
 
== Related terms ==
 
* [[AWS Lambda]]
 
* [[AWS Lambda]]
 +
* [[CloudFormation]]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_ApiGateway.html
 +
* [[CORS]]
 +
* <code>[[aws apigatewayv2]]</code>
 +
* <code>[[AWS::ApiGateway]]</code>
 +
* [[AWS API throttling]]
 +
* [[Cloudwatch]] logs
 +
* <code>[[MessageCount]]</code>
 +
* [[Amazon Cognito]]
  
 
== See also ==
 
== See also ==
* {{API}}
+
* {{aws apigatewayv2}}
* {{AWS}}
+
* {{AWS API Gateway}}
 +
* {{AWS API}}
  
 
[[Category:AWS]]
 
[[Category:AWS]]

Latest revision as of 10:38, 12 April 2023

wikipedia:AWS API Gateway service (July 2015) [1] is a fully managed service that makes it easy for developers to create, publish, maintain, monitor, and secure APIs at any scale.

Features[edit]

Free tier[edit]

The API Gateway free tier includes one million HTTP API calls, one million REST API calls, one million messages, and 750,000 connection minutes per month for up to 12 months.


Related terms[edit]

See also[edit]

  • https://aws.amazon.com/about-aws/whats-new/2015/07/introducing-amazon-api-gateway/
  • https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-api-usage-plans.html
  • https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-usageplan.html
  • https://docs.aws.amazon.com/apigateway/latest/developerguide/how-to-mock-integration.html
  • Advertising: