This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Update docs, Third party file & diagram (#207)
- Loading branch information
Showing
7 changed files
with
6,879 additions
and
4,409 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
## Code of Conduct | ||
|
||
This project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct). | ||
For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or contact | ||
[email protected] with any additional questions or comments. | ||
This project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct). For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or contact [email protected] with any additional questions or comments. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ In this guide we will go over how to develop and run the code locally. We will a | |
|
||
Please download all the `fhir-works-on-aws` package and place them inside one directory. Your parent directory should have these folders inside of them | ||
|
||
``` | ||
```sh | ||
./fhir-works-on-aws-deployment | ||
./fhir-works-on-aws-interface | ||
./fhir-works-on-aws-persistence-ddb | ||
|
@@ -53,23 +53,23 @@ Run this command to deploy your code to AWS: | |
|
||
## Troubleshooting | ||
|
||
#### Runtime.ImportModuleError on other FWoA package | ||
### Runtime.ImportModuleError on other FWoA package | ||
|
||
If you run into error type `Runtime.ImportModuleError` with error message stating the offending method comes from another FWoA package, check the versions of local FWoA packages match the versions specified in `package.json`. If you see a mismatch, update the version number in `package.json` to match your local packages and commit the change should fix the issue. | ||
If you run into error type `Runtime.ImportModuleError` with error message stating the offending method comes from another FWoA package, check the versions of local FWoA packages match the versions specified in `package.json`. If you see a mismatch, update the version number in `package.json` to match your local packages and commit the change should fix the issue. | ||
|
||
As an example, if your local packages have versions specified as: | ||
As an example, if your local packages have versions specified as: | ||
|
||
``` | ||
```sh | ||
[email protected]+97caac97 | ||
[email protected]+7f1d59ed | ||
[email protected]+60259b47 | ||
[email protected]+75ad6c2c | ||
[email protected]+ceec8029 | ||
``` | ||
``` | ||
|
||
Then `package.json` should have the same versions specified as well: | ||
Then `package.json` should have the same versions specified as well: | ||
|
||
``` | ||
```json | ||
"dependencies": { | ||
"aws-sdk": "^2.785.0", | ||
"axios": "^0.21.1", | ||
|
@@ -82,5 +82,4 @@ Then `package.json` should have the same versions specified as well: | |
}, | ||
``` | ||
|
||
If you have a mismatch in `package.json`, say `fhir-works-on-aws-routing` was set to `4.1.0` instead of `4.0.0`. An error message | ||
|
||
If you have a mismatch in `package.json`, say `fhir-works-on-aws-routing` was set to `4.1.0` instead of `4.0.0`. An error message |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.