Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [aws-api-gateway]

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-api-gateway
0 votes
0 answers
18 views

AWS lambda: Unable to determine service/operation name to be authorized

I am trying to deploy my lambda based on fastAPI and Mangum and invoke it from API Gateway. If I test it from AWS console from API Gateway, it works and I get reply as it is expected. Then it seems ...
eery's user avatar
  • 1
0 votes
0 answers
15 views

API Gateway POST Request is not getting request body

I have an ECS Fargate task written in Java. Within, I'm trying to make a POST request to an API Gateway endpoint. API Gateway logs show me that it is receiving the request but it shows an empty ...
10110's user avatar
  • 2,575
0 votes
1 answer
27 views

API Gateway and Lambda: Async call

I have a REST API gateway that receives a POST from a client and pass this POST to a Lambda, adding to be an assync call. However, I want the gateway to return to the client before the lambda ...
bakun's user avatar
  • 458
0 votes
0 answers
9 views

Connection reset by peer issue and doubts about the idle connection timeout of AWS API Gateway & ALB?

All. We have deployed springboot services on ECS and use WebClient from spring-webflux, which uses Reactor Netty Clients under the hood, as the http client to call outside APIs. So far, we just used ...
Windforce89's user avatar
0 votes
0 answers
19 views
+50

Using AWS API Gateway with Cognito as a frontend to on-premise private API resources accessible via AWS Site-to-Site VPN?

Locally, I have some api routes on a Kubernetes cluster, eg: 10.100.0.200/status 10.100.0.200/delete 10.100.0.200/create In my AWS VPC, I have created public and private subnets with a virtual ...
dvidg's user avatar
  • 129
2 votes
0 answers
20 views

is it possible to disable tcp timestamps on aws api gateway (or it's cloudfront distribution)

the latest pci compliance rules require disabling tcp timestamps as described in rfc1323 and rfc7323. is it possible to configure either aws api-gateway or the associated cloudfront proxy to disable ...
teldon james turner's user avatar
0 votes
0 answers
20 views

How to Integrate Pulumi with OpenAPI Spec for AWS API Gateway and Lambda Without Redundant Endpoint Declarations?

I am using Pulumi to provision a REST API with AWS API Gateway and Lambda integrations. Currently, I maintain a manually written OpenAPI spec (we follow a spec-first approach) and Pulumi code to ...
simon.ro's user avatar
  • 3,199
1 vote
0 answers
20 views

How to restrict access to resources accessed via API Gateway using Cognito Custom Attributes

I have an app with a Cognito user base that has a custom attribute called "Tenant". I want to use this attribute to help me control the dynamoDB tables that are relevant to that user's ...
RupturingFarms's user avatar
0 votes
1 answer
33 views

AWS Lambda Restrict Only Accessible By Bitbucket Webhooks

I want to restrict the access of my AWS Lambda Functions to be accessible only from Bitbucket Webhooks call. I have tried creating a Function URL but I can't seem to find how to add this restriction. ...
James Arnold's user avatar
1 vote
0 answers
25 views

How to bypass Lambda Authorizer in API Gateway

I have a (public) API Gateway that uses a custom Lambda authorizer that we need to both (a) authorize custom access token and (b) JWTs. We now want to trigger another Lambda (via EventBridge Scheduler)...
John Whilton's user avatar
0 votes
1 answer
23 views

CodePipeline Integration with on prem Bitbucket Server

Using steps in https://github.com/aws-samples/aws-codepipeline-bitbucket-integration am trying to integrate CodePipeline with on-premises Bitbucket Server. When I push the code to repo am getting ...
InteligentCloud's user avatar
0 votes
0 answers
15 views

Issue with slashes for Integrating API Gateway with CloudSearch

I am currently facing an issue while trying to integrate AWS API Gateway with CloudSearch. I have followed the official documentation to perform the integration. The problem arises when my backend ...
Denied5's user avatar
  • 101
-1 votes
1 answer
43 views

Api gateway invoking a lambda returns 403

I've recently migrated a local python script to lambda via aws cdk. It collects data from an public api endpoint. On my local machine this function works 100% of the time when it comes to status codes ...
Connor Willoughby's user avatar
0 votes
1 answer
55 views

How to integrate AWS Lambda to Application Load Balanced Fargate Service

I'm trying to protect an endpoint (e.g., /protected) in my API hosted on an application load balanced Fargate service (ALB) using a JWTAuthorizer Lambda function. But I couldn't really find a good ...
Murat Colyaran's user avatar
0 votes
0 answers
24 views

certificate error when using aws api gateway with custom domain

I will describe everything in English, but as my UI is German, please bear with me, if some translations are a little different then in the AWS console. Inside AWS api gateway service, I created a ...
Woozar's user avatar
  • 1,100

15 30 50 per page
1
2 3 4 5
525