Skip to content

clifflu/ug-workshop-2019

Repository files navigation

ug-workshop-2019

AWS User Group Taiwan 在 AWS & Twitch Hack‘n'Roll Workshop 的訓練教程專案。 演示利用 AWS CDK 開發 Lambda 與 Fargate 應用程式,並利用其他 AWS 服務解決問題。

註:爲避免不必要的 rebase,文檔更新只推送到 master branch

Prerequisites

Usage

先在專案目錄下執行 npm run installll 以安裝專案與 asset 的套件。

註:現建議將 AWS SDK 明確加入 asset dependency 中,避免 Lambda 執行環境自帶的版本過舊。

Useful commands

  • npm run build compile typescript to js
  • npm run watch watch for changes and compile
  • npm run test perform the jest unit tests
  • cdk deploy deploy this stack to your default AWS account/region
  • cdk diff compare deployed stack with current state
  • cdk synth emits the synthesized CloudFormation template

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published