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.

Request validation using serverless framework

I am using serverless framework for the backend. How can I implement request validation? (do not want to write validation …

amazon-web-services validation aws-lambda aws-api-gateway serverless-framework
Amazon API Gateway authorization AWS_IAM

What does it means AWS_IAM as Authorization model in Amazon API Gateway? If I test the Lambda inside the …

aws-api-gateway amazon-cognito amazon-iam
How to return gzipped content with AWS API Gateway

We have developed an application that offers serveral rest services and supports Accept-Encoding header to return compressed content through Content-Encoding:…

aws-api-gateway http-accept-encoding
AWS API Gateway custom Authorizer strange showing error

Here is the context: I set up a resource in the API gateway. /user/company This resource have 2 methods. Get …

aws-api-gateway custom-authentication
Application Load Balancers vs API Gateway

AWS comes with a service called Application Load Balancer and it could be a trigger to a lambda function. The …

amazon-web-services aws-api-gateway aws-load-balancer
Is there a way to assign a Static IP to a AWS Lambda without VPC?

I am looking to assign a static IP to my Lambda which is being invoked via the API gateway. This …

amazon-web-services aws-lambda aws-api-gateway amazon-vpc cold-start
How to integrate API Gateway with SQS

Just like in the title. I try to integrate API Gateway method with a SQS using cloud formation. What I …

amazon-web-services aws-api-gateway amazon-cloudformation
How to rename an AWS API Gateway API instance?

In AWS API Gateway, is it possible to rename an API instance somehow? I don't see the option on the …

aws-api-gateway
Lambda Integration vs. Lambda Proxy: Pros and Cons

What do you think are the Pros and Cons of using Lambda integration with and without the proxy feature in …

aws-lambda aws-api-gateway serverless-framework
Redirect http:// requests to https:// on AWS API Gateway (using Custom Domains)

I'm using AWS API Gateway with a custom domain. When I try to access https://www.mydomain.com it works …

amazon-web-services aws-sdk aws-api-gateway amazon-route53