Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.21 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.21 KB

Errata: Amazon Web Services in Action (3rd Edition)

Cover of Amazon Web Services in Action, 3rd Edition

If you find any any errors in Amazon Web Services in Action (3rd Edition) not listed in the errata, or just find something that you think is not well explained, it would be most appreciated if you would post in the book's errata discussion so that they may be collected here for everyone's benefit. Thanks!

Using this project

Install Hugo to build the site.

Run locally

docker run --rm -it -v $(pwd):/src -p 1313:1313 klakegg/hugo:0.83.1-ext-ubuntu server --buildDrafts --bind 0.0.0.0 -w

Open http://localhost:1313/ to see the site.

Generate HTML

rm -rf public/
docker run --rm -it -v $(pwd):/src klakegg/hugo:0.83.1-ext-ubuntu --buildDrafts
mv public/index.html ~/Downloads/aws-in-action-3rd-errata.html

Send the file ~/Downloads/aws-in-action-3rd-errata.html to Rachel Gibbs at Manning.