如何正確處理 AWS API Gateway 的 Lambda Error Status

2016-03-09
阅读 2 分钟
4.1k
翻譯自原文 Error handling in AWS API Gateway with Lambda 這篇文章會介紹如何設置 AWS API Gateway 正確處理 Lambda 返回的 HTTP 錯誤狀態碼。 本文假設讀者已經知道如何利用 AWS API Gateway 和 Lambda 建立 REST API,詳細可參考 Create API Gateway API for Lambda Functions。 假設你的 Lambda function 錯誤處理...

Serverless! 使用 AWS 開發 Slack Slash Commands

2016-01-11
阅读 7 分钟
5k
本文介紹如何使用 AWS Lambda & AWS API Gateway 搭建一個不需要伺服器的環境,提供 Slack Slash Commands 查詢豆瓣電影。