Skip to main content
1 vote
1 answer
53 views

I am facing difficulties consuming an API in Angular that returns an Excel file encoded in Base64. The API is configured in AWS API Gateway and uses a Lambda function to generate the file. Although ...
Diego Lins's user avatar
0 votes
0 answers
27 views

I have the following pulumi go code which uses AWS Integration to start a StepFunction. func DealRequestTemplate(stateMachineArn pulumi.StringInput) pulumi.StringInput { return pulumi.Sprintf(`#...
khinester's user avatar
  • 3,522
-3 votes
0 answers
79 views

In order to enforce query params validation, we have to assign Request validator in the method request. In my case I want to enforce required validation to startDate and endDate query params (Validate ...
Sazzadur Rahman's user avatar
0 votes
0 answers
55 views

I have this api gateway in my main stack: api_gateway = _api_gw.LambdaRestApi( self, f"{construct_id}-gw-api", handler=lambda_hello, rest_api_name=f"gw-api{env_ext}"...
Ahron Gold's user avatar
0 votes
0 answers
42 views

I’m running a FastAPI service in Kubernetes that accepts multipart/form-data uploads and stores files in S3. The upload endpoint works fine when I call it directly inside the cluster using the service ...
swetha's user avatar
  • 3
0 votes
1 answer
86 views

I’m developing a Spring Boot application deployed behind an AWS API Gateway (HTTP API v2) with Lambda (handler based on SpringBootLambdaContainerHandler and HttpApiV2ProxyRequest). I’m using OAuth2 ...
nekatte's user avatar
  • 11
0 votes
1 answer
59 views

I have been modifying an AWS CDK v2 stack (Python) to generate an API Gateway v2 stage with logging enabled. Sounds simple, there are countless examples on the internet, and countless agentic coding ...
Bit Fracture's user avatar
0 votes
0 answers
20 views

According the Customize HTTP API access logs, the logging variable $context.awsEndpointRequestId is populated from x-amz-request-id or x-amzn-requestId header. I am directly hitting the my HTTP ...
gowthz's user avatar
  • 469
1 vote
1 answer
128 views

I'm having issues trying to get Serverless Framework (using the Offline plugin) to be able to use the ApiGatewayManagementApiClient to send WebSocket responses offline. It's probably just using the ...
freebie's user avatar
  • 1,677
1 vote
0 answers
53 views

I have tried to import mongodb into my lambda function and I keep getting an error message when I attempt to test it. All the recommended resolutions I have seen assume I am working in an environment ...
Daniel DeLuca's user avatar
1 vote
1 answer
89 views

As the title says, I can get all API keys in API Gateway that start with the contents of nameQuery, but is it possible to get all API keys that don't match nameQuery? I'm looking to filter out some ...
philMarius's user avatar
0 votes
0 answers
44 views

My input to API Gateway looks like this: { "detail": { "stuff": "goeshere" }, "detail-type": "ApiGatewayTest", "source&...
Jesse Barnum's user avatar
  • 6,936
0 votes
1 answer
29 views

According to the documentation: If neither DefinitionUri nor DefinitionBody are specified, SAM will generate a DefinitionBody for you based on your template configuration. However, I can't seem to ...
Brandon Lee's user avatar
1 vote
2 answers
82 views

The AWS docs here state that "You can use parameter mapping in your integration request for proxy and non-proxy integrations, but to use parameter mapping for an integration response, you need a ...
MacGruber's user avatar
  • 973
0 votes
0 answers
51 views

My step function outputs: { "statusCode": 400, "body": { "error": "Email already associated with another account" } } (Or ...
Ethan's user avatar
  • 2,097

15 30 50 per page
1
2 3 4 5
520