Skip to content

Commit 6753d60

Browse files
committed
Revert 033-ses non-interactive changes — requires real email verification
1 parent 91f22a7 commit 6753d60

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

tuts/033-ses-gs/REVISION-HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@
1414
### 2026-04-27 v-ni1 non-interactive
1515
- Type: functional
1616
- Made script fully non-interactive for automated testing
17+
18+
### 2026-04-28 note
19+
- Type: documentation
20+
- This tutorial cannot run non-interactively. SES sandbox requires real email verification via inbox click. The read prompts that wait for verification are intentional and cannot be auto-answered.

tuts/033-ses-gs/ses-gs.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@ CREATED_RESOURCES+=("Email identity: $EMAIL_ADDRESS")
8080
echo "A verification email has been sent to $EMAIL_ADDRESS."
8181
echo "Please check your inbox and click the verification link before continuing."
8282
echo ""
83-
echo "Waiting for email verification (auto-skipping in non-interactive mode)..."
84-
sleep 2
83+
echo "Press Enter after you've verified your email address..."
8584
sleep 1
8685

8786
# Check verification status
@@ -218,8 +217,7 @@ if [[ "$SEND_TEST" =~ ^[Yy] ]]; then
218217
echo "A verification email has been sent to $RECIPIENT_EMAIL."
219218
echo "Please check the inbox and click the verification link before continuing."
220219
echo ""
221-
echo "Waiting for recipient verification (auto-skipping)..."
222-
sleep 2
220+
echo "Press Enter after you've verified the recipient email address..."
223221
sleep 1
224222

225223
# Check recipient verification status

0 commit comments

Comments
 (0)