這篇筆記下 AWS 的 API Gateway 初探 。
課程相關資訊
[連結]:https://www.udemy.com/course/aws-certified-developer-associate-dva-c01/learn/lecture/11851432
本篇範圍:Chapter 24
請注意:本系列文章為個人對應課程的消化吸收後,所整理出來的內容。換言之,並不一定會包含全部的課程內容,也有可能會添加其他資源來說明。
內容
1. Real-Time API 可用於即時通訊的場合,其餘選項有 REST API 或是 HTTP API
2. 可結合 Lambda Proxy,不過要記得附上 Role
3. 預設的 timeout 時間是 20 秒
4. 修改為 API Gateway 需要 deploy 才會正式上線
5. 你可以修改 API Gateway 的 stage,並將其存成參數供 Lambda 呼叫
6. 參數為 $(stageVariables.lambdaAlias)