這篇筆記下 AWS 的 Cloud Development Kit ( CDK ) 的 Constructs, Commands 和 Unit Testing。
課程相關資訊
[連結]:https://www.udemy.com/course/aws-certified-developer-associate-dva-c01/learn/lecture/36525908
本篇範圍:Chapter 26
請注意:本系列文章為個人對應課程的消化吸收後,所整理出來的內容。換言之,並不一定會包含全部的課程內容,也有可能會添加其他資源來說明。
內容
1. 可透過 AWS Construct Library 來協助建置
2. L1 – CFN ( Cloud Formation Resource )
3. L2 – AWS Resources ( intent-based API )
4. L3 – Patterns ( multiple related resources ) – 像是 API Gateway 建置
5. aws-cdk-lib 套件庫安裝後,可用命令列執行指令 https://www.npmjs.com/package/aws-cdk-lib
6. 可使用 CDK Assertions Modules 執行測試