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.

Execution failed due to configuration error: Invalid permissions on Lambda function

I am building a serverless application using AWS Lambda and API Gateway via Visual Studio. I am working in C#, …

aws-lambda aws-api-gateway serverless-application-model
How to pass parameters to an AWS Lambda Function using Python

I have written an AWS Lambda function in Python that filters through instances and turns them on or off depending …

python amazon-web-services aws-lambda aws-sdk aws-api-gateway
How can I find the arn of an api gateway stage?

I am trying to use awscli to add tags to my api gateway stage https://docs.aws.amazon.com/cli/…

amazon-web-services aws-api-gateway aws-cli tagging
AWS Api Gateway Authorizer + Cognito User Pool Not Working {"message": "Unauthorized"}

I am trying to use aws api gateway authorizer with cognito user pool. It is working fine when i test …

amazon-web-services aws-api-gateway aws-cognito
Destroy resources created via Serverless without destroying Lambda endpoints

I have the following resource defined in my serverless.yml file. Its working great to create the resource for all …

amazon-web-services aws-lambda aws-api-gateway serverless-framework serverless
Return HTML from AWS API Gateway

I am trying to achieve the same thing as this post, but I do not understand the reply there and …

amazon-web-services aws-lambda aws-api-gateway
Does AWS API Gateway Support Basic Authorization?

Is there a way to use Basic authentication rather than AWS4-HMAC-SHA256 authentication with the AWS API Gateway Service? I …

aws-api-gateway http-authentication
How to throw custom error message from API Gateway custom authorizer

Here in the blue print says, API gateway will respond with 401: Unauthorized. I wrote the same raise Exception('Unauthorized') in …

aws-api-gateway
AWS API Gateway should prevent use of TLS v1

Refering to AWS Cloudfront Documentation, AWS API Gateway supports TLS v1.0, v1.1, v1.2. But I want to limit the encryption …

amazon-web-services aws-api-gateway aws-security-group
Posting form-data and binary data through AWS API Gateway

I'm trying to POST "mutlipart\form-data" to my EC2 instance through AWS API Gateway, but I couldn't find a way …

post base64 binaryfiles multipartform-data aws-api-gateway