-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version v1.2.0 release
- Loading branch information
Showing
632 changed files
with
30,293 additions
and
25,722 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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"image": "mcr.microsoft.com/devcontainers/base:ubuntu", | ||
"features": { | ||
"ghcr.io/devcontainers/features/aws-cli:1": { | ||
"version": "latest" | ||
}, | ||
"ghcr.io/devcontainers/features/git:1": { | ||
"version": "latest" | ||
}, | ||
"ghcr.io/devcontainers/features/node:1": { | ||
"version": "18.17" | ||
}, | ||
"ghcr.io/devcontainers/features/python:1": { | ||
"version": "3.12", | ||
"installTools": true, | ||
"toolsToInstall":"pipenv,pylint" | ||
} | ||
}, | ||
"postCreateCommand": "bash -c 'npm install -g aws-cdk'" | ||
} |
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
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 |
---|---|---|
@@ -1,15 +1,14 @@ | ||
**Issue #, if available:** | ||
#### Issue #, if available | ||
<!-- If there're any related issues, please add the issue number here. --> | ||
|
||
|
||
|
||
**Description of changes:** | ||
#### Description of changes | ||
<!-- Please describe the changes you made --> | ||
|
||
#### Checklist | ||
|
||
**Checklist** | ||
- [ ] :wave: I have added unit tests for all code changes. | ||
- [ ] :wave: I have run the unit tests, and all unit tests have passed. | ||
- [ ] :warning: This pull request might incur a breaking change. | ||
|
||
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. | ||
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the | ||
terms of your choice. |
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 |
---|---|---|
@@ -1,2 +1,13 @@ | ||
MD013: | ||
default: true | ||
|
||
MD013: # Line length | ||
line_length: 120 | ||
code_blocks: false | ||
|
||
MD024: # Duplicate headers | ||
siblings_only: true | ||
|
||
MD029: # Ordered list style | ||
style: "one" | ||
|
||
MD041: false # First line top-level header |
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 |
---|---|---|
@@ -1 +1 @@ | ||
3.10 | ||
3.12 |
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 |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
|
||
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. | ||
<[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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,10 @@ information to effectively respond to your bug report or contribution. | |
|
||
We welcome you to use the GitHub issue tracker to report bugs or suggest features. | ||
|
||
When filing an issue, please check [existing open](https://github.com/aws-solutions/connected-mobility-solution-on-aws/issues), or [recently closed](https://github.com/aws-solutions/connected-mobility-solution-on-aws/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), issues to make sure somebody else hasn't already reported the issue. Please try to include as much information as you can. Details like these are incredibly useful: | ||
When filing an issue, please check [existing open](https://github.com/aws-solutions/connected-mobility-solution-on-aws/issues), | ||
or [recently closed](https://github.com/aws-solutions/connected-mobility-solution-on-aws/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), | ||
issues to make sure somebody else hasn't already reported the issue. Please try to include as much information as you can. | ||
Details like these are incredibly useful: | ||
|
||
- A reproducible test case or series of steps | ||
- The version of our code being used | ||
|
@@ -34,27 +37,38 @@ To send us a pull request, please: | |
1. Run _npx npm run prettier-format_ in _source_ to ensure that code format standards are maintained. | ||
1. If your changes include new capabilities, include in the PR description text that can be folded into the solution documentation. | ||
1. Commit to your fork using clear commit messages. | ||
1. In your repository _Security_ section, ensure that security advisories are enabled and address any Dependabot issues that appear. | ||
1. In your repository _Security_ section, ensure that security advisories are enabled and address any Dependabot issues | ||
that appear. | ||
1. Send us a pull request, answering any default questions in the pull request interface. | ||
1. If the changes are complex or may involve additional communication, we may create a feature branch specific to your PR and ask you to rebase using that branch. | ||
1. If the changes are complex or may involve additional communication, we may create a feature branch specific to your | ||
PR and ask you to rebase using that branch. | ||
|
||
GitHub provides additional documentation on [forking a repository](https://help.github.com/articles/fork-a-repo/) and [creating a pull request](https://help.github.com/articles/creating-a-pull-request/). | ||
GitHub provides additional documentation on [forking a repository](https://help.github.com/articles/fork-a-repo/) and | ||
[creating a pull request](https://help.github.com/articles/creating-a-pull-request/). | ||
|
||
## Finding contributions to work on | ||
|
||
Looking at the existing issues is a great way to find something to contribute on. As our projects, by default, use the default GitHub issue labels ((enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any ['help wanted'](https://github.com/aws-solutions/connected-mobility-solution-on-aws/labels/help%20wanted) issues is a great place to start. | ||
Looking at the existing issues is a great way to find something to contribute on. As our projects, by default, use the | ||
default GitHub issue labels ((enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any | ||
['help wanted'](https://github.com/aws-solutions/connected-mobility-solution-on-aws/labels/help%20wanted) issues is a | ||
great place to start. | ||
|
||
## 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. | ||
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. | ||
|
||
## Security issue notifications | ||
|
||
If you discover a potential security issue in this project we ask that you notify AWS/Amazon Security via our [vulnerability reporting page](http://aws.amazon.com/security/vulnerability-reporting/). Please do **not** create a public github issue. | ||
If you discover a potential security issue in this project we ask that you notify AWS/Amazon Security via our | ||
[vulnerability reporting page](http://aws.amazon.com/security/vulnerability-reporting/). Please do **not** create | ||
a public github issue. | ||
|
||
## Licensing | ||
|
||
See the [LICENSE](https://github.com/aws-solutions/connected-mobility-solution-on-aws/blob/main/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution. | ||
See the [LICENSE](https://github.com/aws-solutions/connected-mobility-solution-on-aws/blob/main/LICENSE) file for our | ||
project's licensing. We will ask you to confirm the licensing of your contribution. | ||
|
||
We may ask you to sign a [Contributor License Agreement (CLA)](https://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes. | ||
We may ask you to sign a [Contributor License Agreement (CLA)](https://en.wikipedia.org/wiki/Contributor_License_Agreement) | ||
for larger changes. |
Oops, something went wrong.