A workshop designed for developers and system architects looking to modernize their legacy web applications using cutting-edge AWS cloud native technologies.
aws cloudformation create-stack --stack-name GalacticGamersStack --template-body file://galactic-gamers-cf.yaml --parameters ParameterKey=DBPassword,ParameterValue=MtSecretPassword --capabilities CAPABILITY_IAM
- Make sure you have
poetry
installed. - Run
poetry install
. - Run
poetry run mkdocs serve
to have the workshop running locally.