DevSecOps using CloudNative in AWS nullcon2020 Artefacts Book Running the workshop documentation locally Using Python 2 cd book/ python -m SimpleHTTPServer Using Python 3 cd book/ python3 -m http.server If you prefer node sudo npm install -g http-server cd book/ http-server