Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #14 from awslabs/tree
Browse files Browse the repository at this point in the history
Update project tree
  • Loading branch information
tlindsay42 authored Nov 30, 2021
2 parents 0b925f5 + 81650b3 commit 89e08ed
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,8 @@ First try decreasing the frequency of API calls. If that is unteneble, please op
.
├── .github/
│ └── PULL_REQUEST_TEMPLATE.md
├── .vscode/
│ └── settings.json
├── amplify/
│ ├── #current-cloud-backend/
│ ├── .config/
Expand All @@ -219,6 +221,7 @@ First try decreasing the frequency of API calls. If that is unteneble, please op
│ ├── backend/
│ │ ├── api/
│ │ │ └── awssyncroutes/
│ │ │ ├── api-params.json
│ │ │ ├── awssyncroutes-cloudformation-template.json
│ │ │ └── parameters.json
│ │ ├── awscloudformation/
Expand All @@ -232,11 +235,13 @@ First try decreasing the frequency of API calls. If that is unteneble, please op
│ │ │ │ ├── index.js
│ │ │ │ ├── package-lock.json
│ │ │ │ └── package.json
│ │ │ ├── amplify.state
│ │ │ ├── awssyncroutes-cloudformation-template.json
│ │ │ └── parameters.json
│ │ ├── amplify-meta.json
│ │ └── backend-config.json
│ └── team-provider-info.json
│ └── README.md
├── docs/
│ ├── about/
│ │ ├── contributing.md -> ../../CONTRIBUTING.md
Expand All @@ -248,10 +253,12 @@ First try decreasing the frequency of API calls. If that is unteneble, please op
│ │ ├── 0004-api-key.md
│ │ ├── 0005-uri.md
│ │ └── 0006-specificity.md
│ ├── stylesheets/
│ │ └── extra.css
│ ├── Architecture.png -> ../Architecture.png
│ ├── InfrastructureAsCode.png -> ../InfrastructureAsCode.png
│ └── index.md -> ../README.md
├── material/
│ └── index.md -> ../README.md*
├── material.bak/
│ ├── assets/
│ │ └── stylesheets/
│ │ ├── application-palette.css
Expand All @@ -269,10 +276,12 @@ First try decreasing the frequency of API calls. If that is unteneble, please op
├── .gitignore
├── .markdownlint.yml
├── Architecture.png
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── InfrastructureAsCode.png
├── LICENSE
├── NOTICE
├── README.md
├── README.md*
└── mkdocs.yml
```
Expand Down

0 comments on commit 89e08ed

Please sign in to comment.