or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
用 AWS CDK 我也可以一鍵上傳前端網站
---
AWS User Group Taiwan Meetup 2021-12 線上 / 下小聚
Clarence Lin
AWS CDK 完全學習手冊
書籍特色
簡介
AWS CDK 簡介
目前支援語言 TypeScript, JavaScript, Python, Java, C#/.Net 還有正在 preview 的 Go
為什麼要使用 AWS CDK
如下 20 行的 CDK 可以變出高達 500 行的 CloudFormation 腳本
為什麼要使用 AWS CDK
此程式定義了 50 種資源
為什麼要使用 AWS CDK
此程式定義了 50 種資源
為什麼要使用 AWS CDK
超好用的自動補完提示

AWS CDK 版本
安裝 CDK 必要指令
設定 AWS CLI
測試 AWS CLI 是否有設定正常
CDK CLI 指令
cdk list
akacdk ls
cdk synthesize
akacdk synth
cdk synth --json
cdk bootstrap
cdk deploy
cdk watch
cdk destroy
cdk diff
cdk docs
CDK CLI 指令
cdk init
cdk init --list
cdk init -l typescript
cdk init lib
CDK CLI 部署指令
--require-approval=never
AWS_DEFAULT_REGION=us-west-2 cdk deploy
CDK 參考文件
創建專案
使用 CDK CLI
使用 projen
創建專案
使用 projen 指令版本
比較 CDK v1 與 v2 import 差別
CDK v1
CDK v2
Workshop
https://github.com/clarencetw/gitpod-cdk-web