Shrestha Rajat

Search

Search IconIcon to open search

Last updated Jul 9, 2023 Edit Source

# Amazon API Gateway

#aws #cloud #api

Amazon API Gateway is a fully managed service in AWS that makes it easy for developers to create, publish, maintain, monitor, and secure APIs at any scale. An API gateway is an intermediary that sits between your backend services and your clients. An example of a client might be the front-end of your application in the form of a web page, internal services that need to interact with your application, or third-party client websites.

# Integration

An API gateway can be implemented with:

• For a Lambda function, you can have the Lambda proxy integration, or the Lambda custom integration • For an HTTP endpoint, you can have the HTTP proxy integration or the HTTP custom integration • For an AWS service action, you have the AWS integration of the non-proxy type only

# Caching

# Throttling

# Usage Plans and API Keys