Just a simple demo of playing with a application deployed to amazon + seeing it evolve over time.
- Setup a brand new laravel/mariadb (inc workers) project with a simple api
- automate infrastructure and deployment using terraform & gh api
- migrate the project over time by introducing
- simple spa FE
- additional micro services
- migrate api to graphql + golang
- Setup basic crud api for "books" @
/api/v1/books
- Setup terraform config for (ECR/ECS/RDS/S3/EC)
- Deploy infrastructure on merge (dev/master)
- build and push images to ecr on build
- to come