Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions BRANCH.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# feature/resource-tagging-v2

## What's in this branch
All 70 tutorial scripts with resource tagging (69 tagged, 1 SES has no taggable resources).

Tags: Key=project,Value=doc-smith and Key=tutorial,Value={tutorial-id}

## Sources
- 29 from pipeline (tested end-to-end in Fargate)
- 41 fixed locally (syntax-checked + 10 tested locally)

## Local test results (10 light tutorials)
- 7/10 pass: athena, iot-core, kvs, ecr, lambda, step-functions, mediaconnect
- 2 pre-existing bugs (not tagging): cloudwatch-streams (zip), textract (sample doc)
- 1 environment: config (shared bucket conflict)
- 0 tagging-caused failures

## Before publishing
- [x] Rebase off feature/non-interactive
- [x] Local test light tutorials (7/10 pass, 0 tagging bugs)
- [ ] Test medium tutorials locally (VPC-creating, sequential)
- [ ] Fix 032-cloudwatch-streams zip bug (pre-existing)
- [ ] Fix 074-textract sample document (pre-existing)

## After publishing
- [ ] Run full suite in pipeline to verify
- [ ] Test heavy tutorials that need special prereqs
4 changes: 4 additions & 0 deletions tuts/003-s3-gettingstarted/REVISION-HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@
- Type: functional
- Script checks for prereq bucket stack before creating its own S3 bucket
- Skips bucket deletion if using shared bucket

### 2026-04-27 v-tag1 resource tagging
- Type: functional
- Added resource tagging (project + tutorial tags) to all created resources
Loading