Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
84 views

How should one use the HttpAlbIntegration for HttpApi on API Gateway v2 library? At current, my application does indeed build and deploy. However, when I query requests.get(endpoint/ping) the response ...
jbuddy_13's user avatar
  • 1,238
-1 votes
1 answer
106 views

We have external website and there we have link to download a file. I want to download this file to s3 bucket. This website also asks to login before it gets downloaded. How do we implement it using ...
Bab's user avatar
  • 291
0 votes
0 answers
50 views

I am trying call Lambda endpoint(aws api gateway) through html page which is located in AWS S3 bucket when i am trying to call api i am getting 403 forbidden error. I am using AWS signature for it ...
Pratex's user avatar
  • 127
0 votes
1 answer
202 views

I'm trying to link a telegram bot with a lambda function that bears a LLM. In order to do so, I've used a HTTP API gateway and a webhook. I've also linked my webhook to my telegram bot. My lambda ...
Vidyak's user avatar
  • 1
1 vote
2 answers
497 views

I have a API gateway with a Websocket under a custom domain name and multiple routes integrated with a Lambda function. I am trying to make a https request to the API gateway and have it go through ...
rpoddar195's user avatar
2 votes
4 answers
8k views

I have React webapp to make HTTP calls using fetch API. Calls go to HTTP API gateway which is attached to a lambda function. Lambda function is nothing but contains my entire node/express app (backend)...
micronyks's user avatar
  • 55.7k
0 votes
1 answer
721 views

I'm using AWS CDK to build a cloudformation stack with HttpApi in it. HttpApi will have an integration with SQS. I have the following snippet: import * as ApiGW2 from "@aws-cdk/aws-apigatewayv2-...
Aleksand Kondaurov's user avatar
-2 votes
1 answer
127 views

I am attempting to set up a POST lambda function using AWS Lambda and API Gateway. The POST is coming from a form that i've set up on my website, i created the form using this tutorial from ...
taine's user avatar
  • 1
1 vote
1 answer
627 views

Can I integrate AWS apigateway http api with AWS xray? If yes where can I find this information in the documentation. If no why is there an option to set trace header in http API?
YulePale's user avatar
  • 7,954
0 votes
1 answer
95 views

In AWS API Gateway HTTP API, how can I modify the api response before it is returned to the api caller? Is it even possible?
YulePale's user avatar
  • 7,954
0 votes
2 answers
722 views

I would like to know if I can call http request as a state in Step Functions in order to perform some actions, such as adding a new item to DynamoDb. Could it be done without using lambda functions? ...
Orel Jaraian's user avatar
0 votes
1 answer
651 views

What I'm trying to achieve: A lambda serving html via an http api route path with a custom subdomain (done!) Restricting access with an authorizer (done!) Using Cognitos user-management and login ...
evilive's user avatar
  • 996
0 votes
0 answers
331 views

I'm using Serverless to create Python AWS Lambda functions triggered by httpApi events. My function (yes, I'm just passing back the context passed in by API Gateway so I can look at it): def ...
Brian's user avatar
  • 1
0 votes
1 answer
2k views

I have an HTTP API in AWS API Gateway that has got integration with an internal ALB using a VPC link. Everything's working correctly when I'm accessing using the default endpoint (e.g. https://<api-...
codegy's user avatar
  • 118
0 votes
1 answer
132 views

I used to use the REST API, but since v2 I find myself using it more. Is there a proper way to return data "neatly" other than manipulating the database response before returning? I used to ...
Imnotapotato's user avatar
  • 5,998
1 vote
1 answer
4k views

I am deploying an POC environment with API gateway in front of Lambda and HTTP API would be sufficient for our usage (REST API wouldn't be used). I am planning to use AWS Web application as a ...
Kin.Yip's user avatar
  • 13
0 votes
1 answer
269 views

I have created from serverless project from aws-python-http-api template My serverless.yml file looks like below service: aws-http-api frameworkVersion: '3' plugins: - serverless-localstack ...
Hasan's user avatar
  • 1
2 votes
1 answer
1k views

I want to redirect HTTP traffic to HTTPS. So I want to put my app, which runs on an API Gateway, behind Cloudfront. But I want to use aws_cdk.aws_cloudfront to launch my Cloudfront instance. self....
louisdeb's user avatar
  • 459
1 vote
1 answer
3k views

I am using AWS SAM to build a lambda-based API. Originally I used a "Rest API" but I have converted my Rest API over to a HTTP API but the content type returned from the API is now "...
Nolan Watts's user avatar
1 vote
3 answers
542 views

I have been going round and round trying to get this working. I want to be able to define the CorsConfiguration in the HttpApi resource definition but everything I try simply doesn't work. I can only ...
fixiecoder's user avatar
0 votes
2 answers
1k views

I'm using [email protected] to deploy my services, and I'm looking at setting up an HTTP API Proxy to an SQS Service. I've handled this previously through this plugin - serverless-apigateway-service-...
howdy_miguel's user avatar
1 vote
1 answer
839 views

For a reason I won't mention here, I need to give a random person with no account a secret link to my HTTP API method which calls a lambda function in AWS. The API method needs to be under ...
HelloWorld's user avatar
  • 3,810
0 votes
1 answer
903 views

I have my custom domain being served from s3 bucket via cloudfront which is working fine. Now I have added another origin which is an endpoint from api gateway that has some routes that I want to ...
fastAsTortoise's user avatar
2 votes
0 answers
391 views

I am trying to create a CloudFormation template to deploy an API Gateway HTTP API integrated with SQS. I used the below CF template: AWSTemplateFormatVersion: "2010-09-09" Resources: ...
Vikas's user avatar
  • 906
1 vote
2 answers
1k views

In console, you have to "attach" the authorizer to a route. How is this achieved in TF?
Em Ma's user avatar
  • 67
0 votes
0 answers
74 views

I tried creating a single Lambda function using the Node.js language, to handle a few routes of the API. Already the function seems too complex. Is it more common to have individual Lambda functions ...
gwhiz's user avatar
  • 117
1 vote
1 answer
2k views

I have 400 quotas and if I add one more I'm getting an error 'Maximum number of Resources for this API has been reached.' What is the maximum number? 500-800? I want to know if I can extend it for ...
Hulubina's user avatar
  • 173
2 votes
0 answers
738 views

I have to add few http headers mapped to the context values comes from the lambda authorizer as shown below "context": { "company_id": "xxxxx-xxx-xxxxxx", "...
Nirmal 's user avatar
2 votes
1 answer
1k views

How can I define the path in serverless.yml with more than one query parameter using HTTP API (API Gateway v2) so that the endpoint looks like the following: https://example.com/rest/endpoint?id=$id&...
Ben Jonson's user avatar
0 votes
0 answers
1k views

My goal here is to deploy two spring boot services using AWS ECS Fargate in a private subnet and access them via AWS API Gateway. Basically, I want to use a single HTTP API and then based on the path ...
Loui's user avatar
  • 560
0 votes
1 answer
80 views

I want to automate things. I have created a AWS lambda using shell command. And also HTTP route using shell command in API Gateway. Now i want to connect the route and lambda using shell command. Can ...
muhammad Yousaf's user avatar
0 votes
1 answer
2k views

I am trying to deploy a serverless application to different stages (prod and dev). I want to deploy it to a single API gateway on two different stages like:- http://vfdfdf.execute-api.us-west-1....
Mradul Jain's user avatar
2 votes
0 answers
460 views

I have an API powered by HTTP API Gateway and Lambda that uses a custom authorizer. I use a custom authorizer for a few paths and other paths are haven't authorized and can be accessed publicly. This ...
Yasindu Thennakoon's user avatar
2 votes
1 answer
2k views

I am new to AWS SAM, and I am trying to modify the Hello World example template to use an open api swagger file to define an API with lambda function integrations. When I run "sam build" ...
user1763510's user avatar
  • 1,310
7 votes
1 answer
6k views

Using AWS Direct Connect, we've built a network between our on-premise and our AWS VPC. We've developed a web application that users will access from within the on-prem network. We're using the HTTP ...
Aditya Kar's user avatar
0 votes
1 answer
829 views

Issue -> We have few nodes that are in a asg and fronted by an alb. We have many target group. in some cases, we have some nodes in two or more different target groups. When we update our software, ...
mbdow's user avatar
  • 43
2 votes
0 answers
341 views

I have a Type: AWS::Serverless::HttpApi which I am trying to connect to a Type: AWS::Serverless::StateMachine as a trigger. Meaning the HTTP API would trigger the Step Function state machine. I can ...
Lucas Ferreira's user avatar
1 vote
0 answers
593 views

I am trying to transfer an asp.net core web api to my first AWS HTTP API. I have hosted the asp.net core web api project as a lambda function, and trying to match the endpoints through the API gateway....
nilarya's user avatar
  • 99
0 votes
1 answer
862 views

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 ...
Mark's user avatar
  • 7,645
1 vote
1 answer
702 views

We are trying to connect API Gateway V2 with API SQS Integration. This integration is working fine and messages are arriving to the queue. The problem is when we try to add value from header header....
Felippe Taschetto's user avatar
-1 votes
1 answer
388 views

I have this code which creates an http api, but the cors configuration is not working even though it shows up correctly in the console after deployment. I can still send a request from postman and ...
Jackson's user avatar
  • 1,370
1 vote
0 answers
229 views

I have an httpapi apigateway, that I need to integrate directly to an sqs queue (directly). I found this thread from over a year ago: https://forum.serverless.com/t/api-gateway-integration-with-sqs/...
gkpr's user avatar
  • 21
4 votes
1 answer
5k views

Using REST API (AWS API Gateway v1) we can use X-API-Key header in request and maintain API Key to control access to given endpoint. In AWS if I go to API Gateway and select REST API (v1) then under ...
Arek Jaworski's user avatar
0 votes
1 answer
410 views

I am trying to decide which aws apigateway version choose for my application (HTTP vs REST API gateway). I am experimenting with AWS HTTP API gateway to see if it works fine for my use case. These are ...
user3849960's user avatar
3 votes
1 answer
1k views

I have a question regarding the way Http API gateways validate jwt signatures. I use a cognito user pool hosted in eu-west-1 as an identity provider/ token issuer. And I have an Http API gateway ...
Henk-Jan Uijterlinde's user avatar
0 votes
1 answer
741 views

I am using AWS SAM to test my Api gateway and lambdas locally. When executing sam local start-api and calling a lambda, I'd like the event to be of version 2.0 format instead of version 1. I am using ...
Greg Wozniak's user avatar
  • 7,582
1 vote
0 answers
459 views

I have been fighting CORS for a while now and I have run out of ideas. I have a AWS::Serverless::HttpApi deployed through SAM. This API has only one endpoint for now, it takes a POST request to /...
gamda's user avatar
  • 580
6 votes
1 answer
870 views

I have a Type: AWS::Serverless::HttpApi which I am trying to connect to a Type: AWS::Serverless::StateMachine as a trigger. Meaning the HTTP API would trigger the Step Function state machine. I can ...
user3180997's user avatar
  • 1,956
4 votes
0 answers
1k views

I'm having a hard time understanding the difference between AWS::Serverless::Api and AWS::Serverless::HttpApi. I was looking at this AWS repo for Api and HttpApi and wasn't able to understand why I'd ...
Petesta's user avatar
  • 1,785
2 votes
2 answers
2k views

I want to move my existing Rest API to HTTP API, and getting error in custom domain configuration. My SAM file for HTTP API is: resHttpApiGateway: Type: AWS::Serverless::HttpApi Properties: ...
0bj3ct's user avatar
  • 1,498