

Doc AWS SDK Examples GitHub リポジトリには、他にも SDK の例があります。 [AWS](https://github.com/awsdocs/aws-doc-sdk-examples)

翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。

# AWS SDKsコード例
<a name="api-gateway_code_examples"></a>

次のコード例は、 AWS Software Development Kit (SDK) で Amazon API Gateway を使用する方法を示しています。

*アクション*はより大きなプログラムからのコードの抜粋であり、コンテキスト内で実行する必要があります。アクションは個々のサービス機能を呼び出す方法を示していますが、コンテキスト内のアクションは、関連するシナリオで確認できます。

*シナリオ*は、1 つのサービス内から、または他の AWS のサービスと組み合わせて複数の関数を呼び出し、特定のタスクを実行する方法を示すコード例です。

*AWS コミュニティへの貢献*は、複数のチームが作成し、維持している例です AWS。フィードバックを提供するには、リンクされたリポジトリで提供されているメカニズムを使用します。

**その他のリソース**
+  **[ API Gateway デベロッパーガイド](https://docs.aws.amazon.com/apigateway/latest/developerguide/welcome.html)** — API Gateway に関する詳細情報
+ **[API Gateway API リファレンス](https://docs.aws.amazon.com/apigateway/latest/api/API_Operations.html)** — 使用可能なすべての API Gateway アクションの詳細。
+ **[AWS デベロッパーセンター](https://aws.amazon.com/developer/code-examples/?awsf.sdk-code-examples-product=product%23api-gateway)** – カテゴリまたは全文検索でフィルタリングできるコード例。
+ **[AWS SDK の例](https://github.com/awsdocs/aws-doc-sdk-examples)** – 任意の言語で完全なコードを持つ GitHub リポジトリ。コードの設定と実行に関する説明が記載されています。

**Contents**
+ [基本](api-gateway_code_examples_basics.md)
  + [アクション](api-gateway_code_examples_actions.md)
    + [`CreateDeployment`](api-gateway_example_api-gateway_CreateDeployment_section.md)
    + [`CreateResource`](api-gateway_example_api-gateway_CreateResource_section.md)
    + [`CreateRestApi`](api-gateway_example_api-gateway_CreateRestApi_section.md)
    + [`DeleteDeployment`](api-gateway_example_api-gateway_DeleteDeployment_section.md)
    + [`DeleteRestApi`](api-gateway_example_api-gateway_DeleteRestApi_section.md)
    + [`GetBasePathMapping`](api-gateway_example_api-gateway_GetBasePathMapping_section.md)
    + [`GetResources`](api-gateway_example_api-gateway_GetResources_section.md)
    + [`GetRestApis`](api-gateway_example_api-gateway_GetRestApis_section.md)
    + [`ListBasePathMappings`](api-gateway_example_api-gateway_ListBasePathMappings_section.md)
    + [`PutIntegration`](api-gateway_example_api-gateway_PutIntegration_section.md)
    + [`PutIntegrationResponse`](api-gateway_example_api-gateway_PutIntegrationResponse_section.md)
    + [`PutMethod`](api-gateway_example_api-gateway_PutMethod_section.md)
    + [`PutMethodResponse`](api-gateway_example_api-gateway_PutMethodResponse_section.md)
    + [`UpdateBasePathMapping`](api-gateway_example_api-gateway_UpdateBasePathMapping_section.md)
+ [シナリオ](api-gateway_code_examples_scenarios.md)
  + [COVID-19 データを追跡する REST API を作成する](api-gateway_example_cross_ApiGatewayDataTracker_section.md)
  + [Lambda プロキシ統合を使用して REST API を作成する](api-gateway_example_api_gateway_GettingStarted_087_section.md)
  + [貸出ライブラリ REST API を作成する](api-gateway_example_cross_AuroraRestLendingLibrary_section.md)
  + [サーバーレスアプリケーションを作成して写真の管理](api-gateway_example_cross_PAM_section.md)
  + [WebSocket チャットアプリケーションを作成する](api-gateway_example_cross_ApiGatewayWebsocketChat_section.md)
  + [REST API を作成してデプロイする](api-gateway_example_api-gateway_Usage_CreateDeployRest_section.md)
  + [API Gateway を使用して Lambda 関数を呼び出す](api-gateway_example_cross_LambdaAPIGateway_section.md)
+ [AWS コミュニティへの貢献](api-gateway_code_examples_aws_community_contributions.md)
  + [サーバーレスアプリケーションの構築とテスト](api-gateway_example_tributary-lite_serverless-application_section.md)