You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: typescript/airflow-lambda-dynamodb-approval/README.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,16 +80,21 @@ cdk deploy
80
80
81
81
**Note:** MWAA requires AWS authentication even with `PUBLIC_ONLY` access mode. You must be logged into the AWS Console to access the Airflow web interface.
82
82
83
+
### Test Basic Workflow
84
+
1. Trigger the `example_dag` DAG from the Airflow UI
85
+
2. Watch it execute the simple "Hello" and "Goodbye" tasks
86
+
3. Verify successful completion in the DAG run logs
87
+
88
+
### Test Lambda Integration
89
+
1. Trigger the `lambda_invoke_example` DAG from the Airflow UI
90
+
2. View logs to see Lambda function listing and invocation results
91
+
83
92
### Test Human Approval Workflow
84
-
1. Trigger the `dynamodb_human_approval_pipeline` DAG
93
+
1. Trigger the `dynamodb_human_approval_pipeline` DAG from the Airflow UI
85
94
2. Go to AWS Console → DynamoDB → Tables → `mwaa-approval-table-{region}`
86
95
3. Find your process record and change `approval_status` from `PENDING` to `APPROVED`
87
96
4. Watch the workflow complete automatically
88
97
89
-
### Test Lambda Integration
90
-
1. Trigger the `lambda_invoke_example` DAG
91
-
2. View logs to see Lambda function listing and invocation results
0 commit comments