Skip to content

Commit

Permalink
fix(README): links to labs
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikFricke committed May 3, 2022
1 parent 6a8ad32 commit ffffbd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Make sure you have the following tools installed on your computer:
2. [Hello World](./2-hello-world/): Extend the codebase and create a simple HTTP API w/ AWS API Gateway and AWS Lambda
3. [Code Structure](./3-code-structure/): Refactor the codebase and learn more about naming conventions and commong code structures.
4. [Environments](./4-environments/): Extend the codebase and prepare everything for multiple environments (e.g. staging and prod). Learn more about modules.
5. [Remote Backend](./5-backend/): Manage Terraform state remotely using AWS S3.
6. [Terragrunt](./5-backend/): Use Terragrunt to automate the creation of the remote state and clean up the environments.
5. [Remote Backend](./5-remote-backend/): Manage Terraform state remotely using AWS S3.
6. [Terragrunt](./6-terragrunt/): Use Terragrunt to automate the creation of the remote state and clean up the environments.

## License

Expand Down

0 comments on commit ffffbd1

Please sign in to comment.