

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

# 使用 AWS SDKs Lambda 案例
<a name="service_code_examples_scenarios"></a>

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

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

**Topics**
+ [使用 Lambda 函數自動確認已知使用者](example_cross_CognitoAutoConfirmUser_section.md)
+ [使用 Lambda 函數自動遷移已知使用者](example_cross_CognitoAutoMigrateUser_section.md)
+ [建立 REST API 以追蹤 COVID-19 資料](example_cross_ApiGatewayDataTracker_section.md)
+ [使用 Lambda 代理整合建立 REST API](example_api_gateway_GettingStarted_087_section.md)
+ [建立出借圖書館 REST API](example_cross_AuroraRestLendingLibrary_section.md)
+ [建立傳訊應用程式](example_cross_StepFunctionsMessenger_section.md)
+ [建立無伺服器應用程式來管理相片](example_cross_PAM_section.md)
+ [建立 websocket 聊天應用程式](example_cross_ApiGatewayWebsocketChat_section.md)
+ [建立應用程式以分析客戶意見回饋](example_cross_FSA_section.md)
+ [建立函數名稱為變數的 CloudWatch 儀表板](example_cloudwatch_GettingStarted_031_section.md)
+ [建立您的第一個 Lambda 函數](example_lambda_GettingStarted_019_section.md)
+ [從瀏覽器調用 Lambda 函式](example_cross_LambdaForBrowser_section.md)
+ [使用 S3 Object Lambda 轉換資料](example_cross_ServerlessS3DataTransformation_section.md)
+ [使用 API Gateway 來調用 Lambda 函式](example_cross_LambdaAPIGateway_section.md)
+ [使用 Step Functions 調用 Lambda 函式](example_cross_ServerlessWorkflows_section.md)
+ [使用排程事件來調用 Lambda 函式](example_cross_LambdaScheduledEvents_section.md)
+ [使用 Neptune API 查詢圖形資料](example_cross_Neptune_Query_section.md)
+ [在 CloudWatch 儀表板中使用屬性變數來監控多個 Lambda 函數](example_iam_GettingStarted_032_section.md)
+ [進行 Amazon Cognito 使用者身分驗證後，可使用 Lambda 函數撰寫自訂活動資料](example_cross_CognitoCustomActivityLog_section.md)