Difference between revisions of "AWS API Gateway"
Jump to navigation
Jump to search
↑ 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
Line 5: | Line 5: | ||
* 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 |
* [[AWS API Gateway authorization and access control|Authorization and access control]] | * [[AWS API Gateway authorization and access control|Authorization and access control]] | ||
* [[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>) | * [[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>) |
Revision as of 14:54, 4 February 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.
Contents
Features
- Allow creation of HTTP API, WebSockets APIs or RESTful APIs.
- Traffic management
- Cross-Origin Resource Sharing (CORS) support
- Authorization and access control
- Throttling[2] (Usage plan[3]:
AWS::ApiGateway::UsagePlan
,AWS::ApiGateway::UsagePlan ThrottleSettings
) - Monitoring
- API version management
- mock integration [4]
Free tier
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
- AWS Lambda
- CloudFormation: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_ApiGateway.html
- CORS
aws apigatewayv2
AWS::ApiGateway
- AWS API throttling
See also
- AWS API Gateway:
aws apigatewayv2
,aws apigatewayv2 get-apis
- AWS API Gateway,
aws apigatewayv2
,AWS::ApiGateway
,AWS::ApiGatewayV2
, Authorization and access control - API, Redfish (specification), GRPC, RESTful, FastAPI, AWS API Gateway Service, OpenAPI, GraphQL, Protocol Buffers, Google APIs Explorer, Zapier, Postman, Full Life Cycle API Management, GSSAPI, Apilayer, Amazon API Gateway, Apigee, API as a Service (APIaaS), Crypto API
Advertising: