

文档 AWS SDK 示例 GitHub 存储库中还有更多 [S AWS DK 示例](https://github.com/awsdocs/aws-doc-sdk-examples)。

本文属于机器翻译版本。若本译文内容与英语原文存在差异，则一律以英文原文为准。

# API Gateway 使用的场景 AWS SDKs
<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)