Questions tagged with Amazon API Gateway
Content language: English
Select up to 5 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
I'm trying to figure out the best way to go about having 2 separate APIs on the same ECS cluster.
I'm not sure if this is the best way to go about it or if I should have a separate ECS instance.
For...
1
answers
0
votes
48
views
asked a day agolg...
I’m currently working on an app using AWS Amplify, and I’ve got a set of APIs that I want to enhance security measures. I’m wondering if there’s a practical way to achieve this through the CLI, or in...
1
answers
0
votes
19
views
asked 3 days agolg...
I am trying to establish Webtranspot connection to CloudFron without success, if I make an HTTP3 get request it was passed to the API Gateway, but when I try to use Webtransport nothing happen, with...
1
answers
0
votes
24
views
asked 4 days agolg...
My application makes API calls to our API gateway using the aws-amplify library in our React application.
We have a POST route which takes a json of a couple different fields and saves it to our...
1
answers
0
votes
102
views
asked 5 days agolg...
I'm trying to place a WAF in front of my CloudFront and API Gateway respectively. My code(stack code in the 1st comment in the answers) sets up the API Gateway, CloudFront and 2 Web ACLs and tries to...
1
answers
0
votes
62
views
asked 6 days agolg...
Hi, I am preparing serverless architecture for wordpress hosting on AWS Lambda. I have referred few architecture based on serverless on...
0
answers
0
votes
71
views
asked 7 days agolg...
I'm attempting to return a custom integration response with a 400 status code from a Python Lambda function for the first time. However, I may be overlooking something related to the status code regex...
0
answers
0
votes
53
views
asked 7 days agolg...
Hi,
We're trying to use REST API in API Gateway to establish websocket connections with our backend ECS services. We added headers below to the method request and the integration request. But the...
Accepted AnswerAmazon API Gateway
1
answers
0
votes
51
views
asked 7 days agolg...
I am creating a state machine in SAM that is triggered by API Gateway.
AWSTemplateFormatVersion: '2010-09-09'
Transform: 'AWS::Serverless-2016-10-31'
Resources:
ApiGateway:
Type:...
1
answers
0
votes
56
views
asked 7 days agolg...
**Hello!**
I have set up a WebSocket API on AWS with Lambda and DynamoDB following [this ](https://docs.aws.amazon.com/apigateway/latest/developerguide/websocket-api-chat-app.html) AWS...
2
answers
0
votes
86
views
asked 7 days agolg...
I have built serverless architecture for wordpress (reference: https://keita.blog/2019/06/27/serverless-wordpress-on-aws-lambda/ ) and created custom runtime for wordpress (reference:...
0
answers
0
votes
48
views
asked 8 days agolg...
There is a scenario where we will get provider CA signed certificate. We have to import it to ACM or any other suitable AWS service and achieve mTLS between AWS API gateway and backend application....
1
answers
0
votes
44
views
asked 8 days agolg...