https://github.com/fun-with-serverless/cloud-native-reboot
A workshop designed for developers and system architects looking to modernize their legacy web applications using cutting-edge AWS cloud native technologies.
https://github.com/fun-with-serverless/cloud-native-reboot
Last synced: 4 months ago
JSON representation
A workshop designed for developers and system architects looking to modernize their legacy web applications using cutting-edge AWS cloud native technologies.
- Host: GitHub
- URL: https://github.com/fun-with-serverless/cloud-native-reboot
- Owner: fun-with-serverless
- License: apache-2.0
- Created: 2024-08-31T10:40:58.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-08T19:10:00.000Z (10 months ago)
- Last Synced: 2025-01-11T22:33:33.116Z (5 months ago)
- Language: JavaScript
- Size: 94.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cloud-native-reboot
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
## 🖥️ How to run locally
1. Make sure you have `poetry` installed.
2. Run `poetry install`.
3. Run `poetry run mkdocs serve` to have the workshop running locally.