AWS apigateway documentation change
Summary
Added new index page for Amazon API Gateway documentation with links to developer guides, API references, CLI references, and related resources.
Security assessment
The documentation mentions creating 'secure APIs' but doesn't detail specific security vulnerabilities or security features. This is a general service introduction.
Diff
diff --git a/apigateway/index.md b/apigateway/index.md index 8b1378917..fb93f4e7e 100644 --- a//apigateway/index.md +++ b//apigateway/index.md @@ -0,0 +1,32 @@ +# Amazon API Gateway Documentation + +Amazon API Gateway enables you to create and deploy your own REST and WebSocket APIs at any scale. You can create robust, secure, and scalable APIs that access Amazon Web Services or other web services, as well as data that’s stored in the AWS Cloud. You can create APIs to use in your own client applications, or you can make your APIs available to third-party app developers. + +### [Developer Guide Provides a conceptual overview of Amazon API Gateway and includes detailed instructions for using the service. ](/apigateway/latest/developerguide/) + +### [REST API Reference Describes the API Gateway API operations for creating and deploying REST APIs. ](/apigateway/api-reference/) + +[HTML](/apigateway/api-reference/) + +### [HTTP and WebSocket API Reference Describes the API Gateway API operations for creating and deploying HTTP and WebSocket APIs. ](/apigatewayv2/latest/api-reference/) + +[HTML](/apigatewayv2/latest/api-reference/) + +### [REST API CLI Reference Describes the API Gateway commands for creating and deploying REST APIs using the AWS CLI. Provides syntax, options, and usage examples for each command. ](/cli/latest/reference/apigateway/index.html) + +[HTML](/cli/latest/reference/apigateway/index.html) + +### [HTTP and WebSocket API CLI Reference Describes the API Gateway commands for creating and deploying HTTP and WebSocket APIs using the AWS CLI. Provides syntax, options, and usage examples for each command. ](/cli/latest/reference/apigatewayv2/index.html) + +[HTML](/cli/latest/reference/apigatewayv2/index.html) + +## Related Links + + * [AWS Glossary](http://docs.aws.amazon.com/general/latest/gr/glos-chap.html) + * [Getting Started with AWS](https://aws.amazon.com/documentation/gettingstarted/) + * [SDKs & Tools](https://aws.amazon.com/tools/) + * [AWS General Reference](http://docs.aws.amazon.com/general/latest/gr/Welcome.html) + * [AWS Training](https://aws.amazon.com/training/) + * [AWS Case Studies](https://aws.amazon.com/solutions/case-studies/) + * [AWS Whitepapers](https://aws.amazon.com/whitepapers/) +