This workshop is built with markdown as a static HTML site using hugo.
$ brew install hugo
You'll find the content of the workshop in the workshop/ directory.
You can start up a local development server by running:
$ cd workshop
$ hugo server -D
$ open http://localhost:1313/
The workshop is available at https://cdkworkshop.com. It's a static website hosted on S3 and served through CloudFront.
It is implemented as a (surprise) CDK application under the cdkworkshop.com
directory.
npm install
- bootstrap.npm run build
andnpm run watch
npm run deploy
- build & deploy
This sample code is made available under a modified MIT license. See the LICENSE file.