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.

AccessDeniedException: Unable to determine service/operation name to be authorized

Using AWS CLI aws --version aws-cli/1.11.21 Python/2.7.12 Darwin/15.3.0 botocore/1.4.78 Creating a POST method for API Gateway as explained at https://…

aws-lambda aws-api-gateway aws-cli serverless-architecture
CloudFormation doesn't deploy to API gateway stages on update

When I run CloudFormation deploy using a template with API Gateway resources, the first time I run it, it creates …

amazon-web-services aws-api-gateway amazon-cloudformation
Regional/Edge-optimized API Gateway VS Regional/Edge-optimized custom domain name

This does not make sense to me at all. When you create a new API Gateway you can specify whether …

amazon-web-services aws-api-gateway
Enable CORS for API Gateway in Cloudformation template

I'm creating AWS Cloudformation template for my environment and I can't find a way to enable CORS for API Gateway …

amazon-web-services cors amazon-cloudformation aws-api-gateway
AWS API Gateway error: API Gateway does not have permission to assume the provided role as S3 proxy

There are similar questions but they have answers that I have tried. I'm not sure what I could be doing …

api amazon-web-services amazon-s3 aws-api-gateway
AWS API Gateway ARN

One of the things that drives me nuts is that AWS has loads of docs about the format of an …

amazon-web-services amazon-iam aws-api-gateway
How can I grant permission to API Gateway to invoke lambda functions through CloudFormation?

I've been all over the web searching for an answer to this. Essentially, we're spinning up an API using Swagger, …

amazon-web-services aws-lambda aws-api-gateway amazon-cloudformation
Amazon CloudWatch: How to find ARN of CloudWatch Log group

I configure Custom Access Logging for Amazon API Gateway and I need to specify CloudWatch Group name, but when I …

amazon-web-services aws-api-gateway amazon-cloudwatch
AWS API Gateway base64Decode produces garbled binary?

I'm trying to return a 1px gif from an AWS API Gateway method. Since binary data is now supported, I …

amazon-web-services aws-api-gateway
No integration defined for method - Choose a stage where your API will be deployed

I'm working with AWS API Gateway and AWS Lambda. Often I face this type of error message when attempt to …

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