Top "Aws-api-gateway" questions

Amazon API Gateway is a fully managed service that makes it easy for developers to create, publish, maintain, monitor, and secure APIs at any scale.

Custom domain for API Gateway returning 403

I am creating an api using API Gateway and Lambda. Using the url designated in the API Gateway Stage editor …

amazon-web-services amazon-cloudfront aws-api-gateway
Can I specify HTTP endpoint in a VPC as resource in AWS API Gateway?

I have a situation when my product(some Web API) is living inside of VPC, i.e. with no any …

amazon-web-services amazon-vpc aws-api-gateway
XMLHttpRequest error in flutter web [Enabling CORS AWS API gateway]

Note: It turns out that this had nothing to do with flutter and everything to do with the fact that …

flutter cors aws-api-gateway flutter-web
How to CNAME to Amazon API Gateway Endpoint

I'm trying to set a CNAME on Cloudflare to point to an Amazon API Gateway endpoint. The CNAME is for …

amazon-web-services dns amazon-cloudfront aws-api-gateway
API Gateway + Lambda + Python: Handling Exceptions

I'm invoking a Python-based AWS Lambda method from API Gateway in non-proxy mode. How should I properly handle exceptions, so …

python exception-handling aws-lambda aws-api-gateway
In AWS Lambda, where can I securely store API Credentials?

I have a lambda function configured through the API Gateway that is supposed to hit an external API via Node (…

amazon-web-services aws-lambda aws-api-gateway
AWS API-Gateway communicating to SNS

I am building an API which will be serviced by Lambda functions but I need these to be asynchronous so …

amazon-web-services amazon-sns aws-api-gateway
AWS API Gateway - Remove Stage Name From URI

The stage name is added to the url when I deploy the API. Let's say the stage name is "test", …

aws-api-gateway
In Terraform, how do you specify an API Gateway endpoint with a variable in the request path?

In AWS API Gateway, I have a endpoint defined as /users/{userId}/someAction, and I'm trying to recreate this with …

amazon-web-services aws-api-gateway terraform
How to point ApiGateway to a specific Lambda alias

I created a resource in Amazon's ApiGateway. It is pointing to a Lambda function. This is being hit by a …

amazon-web-services aws-lambda aws-api-gateway