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.

AWS Can not deserialize instance of java.lang.String out of START_OBJECT

I have made a Lambda Function and I want to access it via URL with a help of the API …

java amazon-web-services aws-lambda aws-api-gateway
Fail to enable CORS for API Gateway functions

I get While attempting to enable CORS on API Gateway, why is that and how do I resolve this? These …

amazon-web-services cors aws-api-gateway
AWS API Gateway authentication error IncompleteSignatureException using JWT with Auth0

Where I'm At I'm currently working through setting up Auth0 delegated authentication for AWS API Gateway. I've followed the documentation …

amazon-web-services jwt aws-api-gateway auth0
API Gateway Caching vs CloudFront

I'm a bit confused by how API Gateway and CloudFront work together. Ultimately, I want to be able to have …

amazon-web-services amazon-cloudfront aws-api-gateway api-gateway
AWS API Gateway + Elastic Beanstalk and Microservices

I'm going to build microservices' architecture on AWS and I want to ask you to clarify my doubts. My current …

amazon-web-services amazon-elastic-beanstalk microservices aws-api-gateway
AWS API Gateway: limit requests from a single IP

Does AWS API Gateway allows limiting a number of requests from a single IP? I'm building a public API and …

amazon-web-services aws-api-gateway
AWS API Gateway: How to pass IAM identity to Lambda function?

I've successfully configured IAM-authenticated access to my Lambda function with AWS API Gateway front-end, but unable to find how to …

aws-lambda aws-api-gateway amazon-iam
Cognito user pool authorizer With Serverless Framework

I need to authorize my API end point using aws cognito userpool. I can do it manually, but I need …

amazon-web-services aws-lambda aws-api-gateway amazon-cognito serverless-framework
Data Sharing between micro services

Current Architecture: Problem: We have a two-step flow between frontend and backend layers. First step: The frontend validates an input …

design-patterns architecture microservices aws-api-gateway data-sharing
401 return from an API Gateway Custom Authorizer is missing 'Access-Control-Allow-Origin' header

In order to prevent users who have not logged in to call my lambda function through the AWS API Gateway, …

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