Explore how you can quickly prepare for, respond to, and recover from security events. Learn more.
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
1874 results
I have a native mobile application on iOS and Android, that both connect to my backend services on AWS.
All of my DNS is handled by Route53 and all of my SSL is handled by AWS CertificateManager and ...
Where can I find documentation for CF where an API Gateway is integrated with a DynamoDB?
Hi,
I am using `Custom access logging ` in REST API Gateway to ingest Cloud Watch Log Group with records.
I got many resource under my api but I don't want to track all of them but rather do some che...
I am trying to delete some old APIGateway apis to lower my bills for unused resources. I am getting this error for several old APIs:
```
Deleting RestApi zd4yc2jmq8 failed. Please remove all base pat...
I have an already created cloudfront distribtuion.
i want to attach a api gateway as a origin to it from terraform.
But there is no resource dedicated to origin.
the cloud front distribution is create...
The API Gateway Rest API and API Gateway domain name exist in account B, whereas my certificate truststore S3 object and encompassing bucket exist in account A.
I have tried to configure a bucket poli...
i want to create an API in API Gateway to get objects from S3 using object metadata information.
EXPERT
published a month ago0 votes132 views
The intention of this documentation is to provide the building blocks to create critical CloudWatch alarms which are fit for onboarding to Incident Detection and Response. It contains specific alarm b...
We have REST API deployed in API Gateway but not open publicly. I would like to add authorizer service to API Gateway so that consumer application can request token and use that token to authenticate ...
I recently encountered a situation where lambda was down in my region and my API gateway endpoints were returning 500s because the [authorizer lambda](https://docs.aws.amazon.com/apigateway/latest/dev...
Hello,
One of my colleague deleted a api by mistake from api gateway. How to recover the deleted API quickly. Please tell step by step.
Thanks,
Ragav
We are using API gateway to get data from redshift and send it to third party application. Lets say the requirement is to use "Select * " on a table and exposing the whole data which is huge to the t...