Skip to content

Commit

Permalink
Added MWAA (#32)
Browse files Browse the repository at this point in the history
* Added mwaa module

* Updated version

* Updated group

* Fixed yaml syntax issue

* Comment the modules for testing

* Revert the prev change

* Updated DAG Module

* Updated readme

* Added requirements files

* Updated imports

* Updated MWAA Dag module

* Updated ReadME and ChangeLog

* Updated Dag Code

* Updated Dag Code

* updated path

* updated with the fix.sh

* Updated files cleanup

* Fixed the mypy lint issue

* fixed the lint issues

* fixed the lint

* Updated lint

* Updated cdk version

* updated linting

* updated linting

* Fixed the versions

* Added test cases

* Updated Env variables

* fixed formating

* Fixed the linting.

* update dependencies

* update dependencies - force attrs
  • Loading branch information
mahesh-balumuri authored Apr 13, 2024
1 parent 130904b commit aed4ca0
Show file tree
Hide file tree
Showing 27 changed files with 1,744 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- added `sagemaker-custom-kernel` module
- added batch inference project template to `sagemaker-templates-service-catalog` module
- added EFS removal policy to `mlflow-fargate` module
- added `mwaa` module with example dag which demonstrates the MLOps in Airflow

### **Changed**

Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ See deployment steps in the [Deployment Guide](DEPLOYMENT.md).
|-----------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------|
| [SageMaker JumpStart Foundation Model Endpoint Module](modules/fmops/sagemaker-jumpstart-fm-endpoint/README.md) | Creates an endpoint for a SageMaker JumpStart Foundation Model. |


### MWAA Modules

| Type | Description |
|-------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [Example DAG for MLOps](modules/examples/airflow-dags/README.md) | Deploys a Sample DAG in MWAA demonstrating MLOPs and it is using MWAA module from IDF |

### Industry Data Framework (IDF) Modules

The modules in this repository are compatible with [Industry Data Framework (IDF) Modules](https://github.com/awslabs/idf-modules) and can be used together within the same deployment. Refer to `examples/manifests` for examples.
Loading

0 comments on commit aed4ca0

Please sign in to comment.