Skip to content

AWSinAction/errata3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages