amazon-api-gateway-developer-guide icon indicating copy to clipboard operation
amazon-api-gateway-developer-guide copied to clipboard

The open source version of the Amazon API Gateway Developer Guide. To submit feedback or requests for changes, submit an issue or make changes and submit a pull request.

Results 15 amazon-api-gateway-developer-guide issues
Sort by recently updated
recently updated
newest added

it seems like documentation is not comprehensive lots of steps and information are missing. - No information about IAM role which service to be choose as source service - No...

*Issue #, if available:* *Description of changes:* Adding note to troubleshooting tips. In the case where a request made does not include the identity source, the api gateway returns a...

During some testing today I noticed that the AWS Gateway does not except "anyOf" and "allOf" alongside "oneOf" for schema validation. See OpenAPI 3.0 documentation on data model validation for...

Enhancement Request: Add metadata and descriptions to the documentation export.

*Issue #, if available:* *Description of changes:* Hello, I've gotten feedback that the documentation for usage plans and api keys does not specify if the api keys will be sharing...

Just noticed this condition key is mispelled when looking through the APIGW docs. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution,...

Hello, the steps present in the guide [here](https://docs.aws.amazon.com/apigateway/latest/developerguide/set-up-lambda-integration-async.html) are outdated since the API gateway is different now, is it possible to update this to hold the new steps to follow?...

The document for adding policies to a API gateway only has JSON examples ... It would be helpful to update the second example blocks with the yaml equivalent.

Hi, thanks for the developer guide, it's helped me out a lot! 😄 The metric descriptions on the [Monitoring WebSocket API execution with CloudWatch metrics](https://github.com/awsdocs/amazon-api-gateway-developer-guide/blob/main/doc_source/apigateway-websocket-api-logging.md) page seem a bit inaccurate...

The section _Configure a backend HTTPS server to verify the client certificate_ links to CLI v1 (https://docs.aws.amazon.com/cli/latest/reference/apigateway/get-client-certificate.html) I suspect it should link to CLI v2 (https://awscli.amazonaws.com/v2/documentation/api/latest/reference/apigateway/get-client-certificate.html) ?