python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
AWS API Gateway mapping templates exception handling
I am looking to encapsulate the mapping template codes in a try catch to prevent the gateway from crashing.
I wrote some complex logging algorithm to parse the request and body and log wanted paramete...
goinggrey
Votes: 0
Answers: 0
Deploying an OpenAPI-based API gateway via Terraform?
I was given a link to an OpenAPI 3.0.1 definition hosted on SwaggerHub, and was told to deploy it. On the Terraform side, I see way too many resources that confuse me, I'm not sure which one to use. W...
TFaws
Votes: 0
Answers: 1
Amazon API Gateway HTTP API: Custom types in lambda functions in go
I am a little bit confused about how to get custom types passed into my Lambda function using golang and sitting behind a HttpApi.
Consider the following go lambda handler, which is almost a copy of t...
Mark
Votes: 0
Answers: 1
AWS APIGatewayProxyResponseEvent return CSV file
I have an AWS lambda which is triggered by an API Gateway. The lambda has to receive the request and generate a CSV file, which has to be returned to the user who sent the request. How can i attach my...
Tasho Georgiev
Votes: 0
Answers: 1