AWS Security ChangesHomeSearch

AWS scheduler documentation change

Service: scheduler · 2026-03-04 · Documentation low

File: scheduler/latest/UserGuide/configuring-schedule-dlq.md

Summary

Fixed typos in documentation about dead-letter queue configuration (recieved -> received)

Security assessment

Minor editorial corrections with no security implications. Does not change security controls or documentation about security features.

Diff

diff --git a/scheduler/latest/UserGuide/configuring-schedule-dlq.md b/scheduler/latest/UserGuide/configuring-schedule-dlq.md
index 93680ca63..4cfa4cce1 100644
--- a//scheduler/latest/UserGuide/configuring-schedule-dlq.md
+++ b//scheduler/latest/UserGuide/configuring-schedule-dlq.md
@@ -9 +9 @@ Create an Amazon SQS queueSet up execution role permissionsSpecify a dead-letter
-Amazon EventBridge Scheduler supports dead-letter queues (DLQ) using Amazon Simple Queue Service. When a schedule fails to invoke its target, EventBridge Scheduler delivers a JSON payload containing invocation details and any response recieved from the target to an Amazon SQS standard queue that you specify. 
+Amazon EventBridge Scheduler supports dead-letter queues (DLQ) using Amazon Simple Queue Service. When a schedule fails to invoke its target, EventBridge Scheduler delivers a JSON payload containing invocation details and any response received from the target to an Amazon SQS standard queue that you specify. 
@@ -148 +148 @@ AWS CLI
-In the next section, you'll use the AWS CLI to recieve a dead-letter event from the DLQ. 
+In the next section, you'll use the AWS CLI to receive a dead-letter event from the DLQ.