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
Hi, I have a use case where I want to expose Rest API endpoint both for employees as well as to a service.
#1. Employee should be able to invoke this endpoint from browser. We need to authenticate...
Hi I'm trying to add a policy to a public API gateway (which invokes a lambda) that will make it so that it only accepts traffic from our twingate (VPN) Ip and from the VPC environment IP that api...
I'm building a web service that will run on ecs/fargate. Because I expect very infrequent traffic, I'm creating an api gateway ingress that will use cloudmap to find the service following [this...
I am somewhat new to AWS, and trying to build my portfolio. I am in the process of building a 3-tier web application, the architecture is simple: a static website hosted on an S3 bucket located behind...
Hello,
I would like to implement OCSP Stapling on my application, built on API Gateway and Lambda function, and using an ACM Public Certificate.
I'm not able to find such configuration in the...
Need to upload file on S3 by API gw, but without key (file name) on path on API gw. I need create automatically file name with timestamp.
Hi,
I'm using API Gateway WebSocket with VPC Link to route my socket app inside the VPC. However, I'm encountering an Internal Server Error with the code API_CONFIGURATION_ERROR (500).
I followed...
Hello AWS Community,
I am experiencing a persistent CORS issue with my API Gateway setup for OpenAI. Despite enabling CORS and setting up the OPTIONS method to return the required CORS headers...
the latest pci compliance rules require disabling tcp timestamps as described in rfc1323 and rfc7323. is it possible to configure either api-gateway or the associated cloudfront proxy to disable this...
Good Day Everyone,
I have two get methods in my API gateway resources.
I am trying to retrieve the SDK operation name (String) and api key required (boolean) via Java SDK.
However the results return...
Hi,
I'm using API Gateway with CloudFront.
Since I configured my WebSocket domain "chat.blabla.com" under API Gateway, I can't establish the WebSocket connection anymore.
The connection keeps...
hi ,
Can soap api directly integrate with APi gateway or we need to convert it to Rest API
If we can integrate directly with soap api what would be the steps