> ## Documentation Index
> Fetch the complete documentation index at: https://developers.authlete.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Amazon API Gateway

> AuthleteとAmazon API Gatewayを連携させ、Authleteが発行したアクセストークンを使用してAPI Gatewayのアクセス制御を可能にする方法について。

## 概要

Authlete と [Amazon API Gateway](https://aws.amazon.com/api-gateway/?nc1=h_ls)
との連携により、Authlete の発行したアクセストークンを用いて API Gateway のアクセス制御が可能となります。この連携には API Gateway の [Lambda Authorizers](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-use-lambda-authorizer.html)
を用います。

<img src="https://mintcdn.com/authlete/NmFoIJ4VSX_LOgob/img/kb/ja/deployment/integration-with-api-gateways/amazon-api-gateway_1.png?fit=max&auto=format&n=NmFoIJ4VSX_LOgob&q=85&s=b841bcafff5c4750e89e1f5892ac5880" alt="amazon-api-gateway_1" width="680" height="393" data-path="img/kb/ja/deployment/integration-with-api-gateways/amazon-api-gateway_1.png" />

## リンク

* [Authlete API チュートリアル: 金融グレード Amazon API Gateway](https://www.authlete.com/ja/developers/tutorial/financial_grade_apigateway/)
* [Amazon API Gateway + AWS Lambda + OAuth](https://www.authlete.com/documents/apigateway_lambda_oauth) (in English)
* [Amazon API Gateway の Custom Authorizer を使い、OAuth アクセストークンで API を保護する](https://qiita.com/TakahikoKawasaki/items/b372ab49da0a9aedb76a)
