/devsecops-using-cloudnative-workshop

This repo contains workshop material delivered at #nullcon2020

Primary LanguageHTMLMIT LicenseMIT

DevSecOps using CloudNative in AWS nullcon2020

DevSecOps using CloudNative in AWS #nullcon2020

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