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
poetryinstalled. - Run
poetry install. - Run
poetry run mkdocs serveto have the workshop running locally.