New user sign up using AWS Builder ID is currently unavailable on re:Post. To sign up, please use the AWS Management Console instead.
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...
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...
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 ...
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...
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...
# 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...
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...
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...
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...
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 ...
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...
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...