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.

How do you pass Authorization header through API Gateway to HTTP endpoint?

I have an API behind an AWS API Gateway that needs to use the Authorization header for processing. I have …

amazon-web-services aws-api-gateway
AWS API Gateway: User anonymous is not authorized to execute API

Trying to post to an API I've created in API gateway: { "Message": "User: anonymous is not authorized to perform: execute-api:…

amazon-web-services amazon-cloudformation aws-api-gateway
How do I find the API endpoint of a lambda function?

I have a Lambda function that has an exposed API Gateway endpoint, and I can get the URL for that …

aws-lambda aws-api-gateway
Is it possible to use wildcards or catch-all paths in AWS API Gateway

I am trying to redirect all traffic for one domain to another. Rather than running a server specifically for this …

aws-api-gateway
How to generate access token for an AWS Cognito user?

I' using Cognito user pool for securing my API gateway . Now I would like to make requests to my API …

amazon-web-services aws-api-gateway amazon-cognito aws-cognito
Getting error: Missing Authentication Token after AWS API request

I am trying to call a Lambda Function through AWS API Gateway. I've been getting this error when I tried …

amazon-web-services authentication aws-lambda aws-api-gateway
AWS API Gateway endpoint gives CORS error when POST from static site on S3

I have created an API endpoint with Serverless(serverless.com) which I expose through API Gateway. I'm getting following error …

amazon-s3 cors aws-api-gateway
How to get the HTTP method in AWS Lambda?

In an AWS Lambda code, how can I get the HTTP method (e.g. GET, POST...) of an HTTP request …

amazon-web-services aws-lambda aws-api-gateway http-method
AWS API Gateway Custom Authorizer AuthorizerConfigurationException

For a Kinesis stream, I created a proxy API using AWS API Gateway. I added a custom authorizer using python …

amazon-web-services aws-lambda aws-api-gateway custom-authentication
How setup header in Postman for Api Gateway authenticated with Cognito?

I use AWS Identity Pool with Facebook provider to authenticate client. I need to invoke AWS Lambda using Api Gateway. …

amazon-web-services postman aws-api-gateway amazon-cognito amazon-cognito-facebook