Skip to content

Commit

Permalink
Update setting-up-remote.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gugzkumar authored Jan 1, 2020
1 parent 7e906c6 commit eb8de97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/setting-up-remote.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ All commands unless otherwise noted should be ran from the root of the project f
<details><summary>What just happened?</summary>

> Infrastructure is provisioned via the AWS CDK. This is an open-source Infrastructure as Code toolkit for AWS that streamlines creating and applying changes to infrastructure. We first use docker compose to create a docker container with the CDK installed and infrastructure templates defined. Next we exec in to the container (this is similar to a vm) to run CDK cli commands inside it that build and deploy our AWS Cloudformation Infrastructure Stack. We user docker for 2 reasons:
1. It makes the number of things you have to install less
2. We can version control dependencies to reduce possibility of breaking changes
> 1. It makes the number of things you have to install less
> 2. We can version control dependencies to reduce possibility of breaking changes
</details>

Expand Down

0 comments on commit eb8de97

Please sign in to comment.