Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aws-samples/aws-aaos-pipeline
https://github.com/aws-samples/aws-aaos-pipeline
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aws-samples/aws-aaos-pipeline
- Owner: aws-samples
- License: mit-0
- Created: 2023-04-14T09:05:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-09T07:54:28.000Z (9 months ago)
- Last Synced: 2024-07-18T16:31:23.550Z (4 months ago)
- Language: Python
- Size: 25.4 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Android Automotive OS pipeline (DRAFT)
## Getting started
Install both cdk and projen
```
npm install -g aws-cdk projen
```Run projen to install all dependencies and install the pipeline stack
```
cd aws-aaos-pipeline
projen
pip install -r requirements-dev.txt
cdk deploy aws-aaos-pipeline
```once the stack has been deployed and the pipeline has run successfully (about 2.5h) you can deploy the target stack
```
cdk deploy aws-aaos-target
```## License
This library is licensed under the MIT-0 License. See the LICENSE file.
- [Changelog](CHANGELOG.md) of the project.
- [License](LICENSE) of the project.
- [Code of Conduct](CODE_OF_CONDUCT.md) of the project.
- [CONTRIBUTING](CONTRIBUTING.md) for more information.