Help improve AWS Support Official channel in re:Post and share your experience - complete a quick three-question survey to earn a re:Post badge!
All Content tagged with Amazon API Gateway
fully managed service that makes it easy for developers to create, publish, maintain, monitor, and secure APIs at any scale
Content language: English
Select tags to filter
Sort by most recent
1960 results
I have a lambda authorizer and more than 10 APIs are using this lambda authorizer. And now I have added 1 more API to use this lambda authorizer. And in the execution logs I'm getting invalid permissi...
I'm troubleshooting an AWS Lambda error where an API Gateway endpoint is failing with the following:
[ERROR] 2025-05-14T20:49:55.532Z 0a0d2660-7193-4a22-ac78-5cf00bea22ee Error in lambda_handler: 'di...
Hi
I have a public api gateway with the lambda authorizer enabled. And in the resource policy I'm allowing only certain ips
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "IPRestrictedExecute...
Google extension gets CORS error even after I enable CORS on API Gateway and use the URL: https://<extension-id>.chromiumapp.org
I have a public api gateway with the resourse policy and a lambda authorizer. In resource policy inhave allow permission with the specific Ip's.
Now I have doubt if a request came from the unknown ip ...
I have a 3rd party API to use in AWS Connect (High Level) that I have created a lambda function to reauthenticate but how do i use the import of the openAPI to the 3rd party using the authentication r...
I have a few CloudFormation stacks containing API Gateway APIs (v1) as part of a new service I'm implementing. I will be adding some custom domain names for them eventually, and in advance of doing so...
I configured CORS for Access-Control-Allow-Orign to * but API gateway is not returning Access-Control-Allow-* headers for the preflight OPTIONS request. Please help.
**Problem:**
I created a public API Gateway with IAM-based authorization and integrated it with DynamoDB. The API Gateway does not have a resource-based policy.
During testing, I can successfully in...
Hi,
I’ve been trying to use the Prompt Caching feature in NovaPro ( with bedrock api) , but I haven’t been able to get it to work successfully.
I’ve reviewed the documentation and resources on the ...
I'm using OpenAPI with API Gateway's built-in request validation (x-amazon-apigateway-request-validator) and enabling gateway-level BAD_REQUEST_BODY responses.
When a validation error occurs, the defa...
I'm not sure if it's a bug or I set things up wrongly.
The issue is tha no traces is retrieved via the batch get traces api but I can check trace details with trace ID from the CloudWatch console. Tr...