All Content tagged with Amazon API Gateway

fully managed service that makes it easy for developers to create, publish, maintain, monitor, and secure APIs at any scale

Content language: English

Select up to 5 tags to filter
Sort by most recent
1899 results
I need to get information from URL (for example temperature in Springfield or the value of my stock portfolio) and send it to phone or email. I can do it literally it in one line: ``` aws sns publis...
2
answers
0
votes
41
views
asked 4 days ago
I am new to the expansive world of AWS services. While I’ve previously used AWS Amplify to build a simple cloud-backed Swift application, I want to grow my knowledge and learn how to build full-fledge...
2
answers
0
votes
24
views
asked 5 days ago
I'm having an HTTP APIs APIGW and want to integrate it to my ALB. My internal ALB have rule listening on port 443 and currently have security policy with a Private ACM certificate. In the integration ...
1
answers
0
votes
43
views
asked 5 days ago
The WebSocket [specification describes](https://datatracker.ietf.org/doc/html/rfc6455#section-7.1.5) that a close code & reason may be specified when closing a WebSocket. The [MDN docs](https://develo...
2
answers
0
votes
41
views
asked 7 days ago
I have a Http API and a lambda function integrated to it. This API Gateway routes are protected with Cognito Authorizers (JWT). From ORCA im getting a alert like , the Gateway route is exposed to publ...
1
answers
0
votes
48
views
asked 10 days ago
# Overview Initial message responses on AWS Gateway&Lambda are initially delayed and out of order using typescript and NodeJS 20. If messages are sent too rapidly, messages are dropped. There are l...
1
answers
0
votes
34
views
asked 14 days ago
There is a issue that the Lambda Function is exposed to public. An HTTP Api gateway is attached to the lambda. This API Gateway routes are protected with Cognito Authorizers (JWT). Still, the Gateway...
2
answers
0
votes
51
views
asked 14 days ago
I need to implement a solution that should scale to tens of thousands of concurrent requests. For most requests, the response should be streamed (e.g. ChatGpt). So they will take ~5-20 seconds. My fir...
2
answers
0
votes
54
views
asked 16 days ago
I am trying to learn CloudFormation and my current project is to create a simple Api Gateway API with Lambda integrations (that'll call DynamoDB). I want to separate the API specification from the Clo...
1
answers
0
votes
73
views
asked 17 days ago
I have an elastic beanstalk environment running behind an aws api gateway. The beanstalk environment uses end to end encryption and has a network load balancer. When testing the api in the gateway, I ...
2
answers
1
votes
48
views
asked 24 days ago
My website: * frontend React deploy on AWS S3 + CloudFront * backend .net deploy on AWS Lambda + API Gateway when open from the CloudFront address, it can fetch the backend API Gateway well. But when...
2
answers
0
votes
75
views
asked 25 days ago
I have a Lambda function and a GET API Gateway to fetch passenger data from a database, with a MongoDB connection established prior to the query. This connection initializes in 2 to 3 seconds, but the...
3
answers
0
votes
57
views
profile picture
asked a month ago