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
1. AWS CLI installed and configured (`aws configure`)
6
+
2. Appropriate IAM permissions for the AWS services used
7
+
8
+
## Step 1: Creating topic and queues
9
+
10
+
The script handles this step automatically. See `sns-filtering.sh` for the exact CLI commands.
11
+
12
+
## Step 2: Subscribing with filters
13
+
14
+
The script handles this step automatically. See `sns-filtering.sh` for the exact CLI commands.
15
+
16
+
## Step 3: Publishing messages
17
+
18
+
The script handles this step automatically. See `sns-filtering.sh` for the exact CLI commands.
19
+
20
+
## Step 4: Checking queues
21
+
22
+
The script handles this step automatically. See `sns-filtering.sh` for the exact CLI commands.
23
+
24
+
## Cleanup
25
+
26
+
The script prompts you to clean up all created resources. If you need to clean up manually, check the script log for the resource names that were created.
The script handles this step automatically. See `ses-identity.sh` for the exact CLI commands.
11
+
12
+
## Step 2: Getting DKIM tokens
13
+
14
+
The script handles this step automatically. See `ses-identity.sh` for the exact CLI commands.
15
+
16
+
## Step 3: Getting sending quota
17
+
18
+
The script handles this step automatically. See `ses-identity.sh` for the exact CLI commands.
19
+
20
+
## Step 4: Listing identities
21
+
22
+
The script handles this step automatically. See `ses-identity.sh` for the exact CLI commands.
23
+
24
+
## Cleanup
25
+
26
+
The script prompts you to clean up all created resources. If you need to clean up manually, check the script log for the resource names that were created.
1. AWS CLI installed and configured (`aws configure`)
6
+
2. Appropriate IAM permissions for the AWS services used
7
+
8
+
## Step 1: Creating DLQ
9
+
10
+
The script handles this step automatically. See `sqs-dlq.sh` for the exact CLI commands.
11
+
12
+
## Step 2: Creating main queue with redrive
13
+
14
+
The script handles this step automatically. See `sqs-dlq.sh` for the exact CLI commands.
15
+
16
+
## Step 3: Sending a message
17
+
18
+
The script handles this step automatically. See `sqs-dlq.sh` for the exact CLI commands.
19
+
20
+
## Step 4: Receiving without deleting (simulating failure)
21
+
22
+
The script handles this step automatically. See `sqs-dlq.sh` for the exact CLI commands.
23
+
24
+
## Step 5: Checking DLQ
25
+
26
+
The script handles this step automatically. See `sqs-dlq.sh` for the exact CLI commands.
27
+
28
+
## Cleanup
29
+
30
+
The script prompts you to clean up all created resources. If you need to clean up manually, check the script log for the resource names that were created.
0 commit comments