

文件 AWS 開發套件範例 GitHub 儲存庫中有更多可用的 [AWS SDK 範例](https://github.com/awsdocs/aws-doc-sdk-examples)。

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# 使用 AWS SDKs API Gateway 案例
<a name="api-gateway_code_examples_scenarios"></a>

下列程式碼範例示範如何在 API Gateway AWS SDKs中實作常見案例。這些案例向您示範如何呼叫 API Gateway 中的多個函數或與其他 AWS 服務組合來完成特定任務。每個案例均包含完整原始碼的連結，您可在連結中找到如何設定和執行程式碼的相關指示。

案例的目標是獲得中等水平的經驗，協助您了解內容中的服務動作。

**Topics**
+ [建立 REST API 以追蹤 COVID-19 資料](api-gateway_example_cross_ApiGatewayDataTracker_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)