Skip to content

Commit aac37bc

Browse files
committed
docs(airflow): reorder testing sections from simple to complex
1 parent 267dabc commit aac37bc

File tree

1 file changed

+10
-5
lines changed
  • typescript/airflow-lambda-dynamodb-approval

1 file changed

+10
-5
lines changed

typescript/airflow-lambda-dynamodb-approval/README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,16 +80,21 @@ cdk deploy
8080

8181
**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.
8282

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+
8392
### 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
8594
2. Go to AWS Console → DynamoDB → Tables → `mwaa-approval-table-{region}`
8695
3. Find your process record and change `approval_status` from `PENDING` to `APPROVED`
8796
4. Watch the workflow complete automatically
8897

89-
### Test Lambda Integration
90-
1. Trigger the `lambda_invoke_example` DAG
91-
2. View logs to see Lambda function listing and invocation results
92-
9398
## Clean up
9499

95100
```bash

0 commit comments

Comments
 (0)