Setup Custom Domain for an API in AWS API Gateway

Zeeshan BaigBlog

Overview AWS API Gateway is a service that enables you to create, publish, maintain, monitor, and secure APIs at any scale. You can create APIs that access AWS or other web services such as Lambda functions or services running on … Read More

Protect AWS API Gateway Endpoints using API Keys

Zeeshan BaigBlog

Overview AWS API Gateway offers various ways to protect API endpoints, most recently AWS announced Private Endpoints which are only accessible from VPC. In addition to that, you can protect APIs using the following methods Custom Authorizers API Keys Client … Read More