https://github.com/lokahq/aws-batch-demo
A demo project for a web frontend and aws batch job processing, all packed in docker
https://github.com/lokahq/aws-batch-demo
aws-cdk demo devops public
Last synced: 12 months ago
JSON representation
A demo project for a web frontend and aws batch job processing, all packed in docker
- Host: GitHub
- URL: https://github.com/lokahq/aws-batch-demo
- Owner: LokaHQ
- License: apache-2.0
- Created: 2022-03-17T12:36:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T23:35:26.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T23:43:48.726Z (about 1 year ago)
- Topics: aws-cdk, demo, devops, public
- Language: TypeScript
- Homepage:
- Size: 332 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# `AWS Batch demo`
This project demonstrates the use of [AWS Batch](https://aws.amazon.com/batch/)
with full infrastructure written in AWS CDK (typescript) and a python application
which consists of a web part and compute part that runs in AWS Batch.
Infrastructure diagram:

Go to the `./infrastructure/` directory for more info about the CDK setup and source code.
Go to the `./python-demoapp/` directory for the demo application.
Github actions are configured to test the infrastructure code using jest snapshots, eslint and prettier.
Continuous deployment is outside of the scope of the demonstration.