Skip to content

sns-sqs-terraform: Update AWS Provider to v6#3114

Open
kakakakakku wants to merge 2 commits into
aws-samples:mainfrom
kakakakakku:sns-sqs-terraform
Open

sns-sqs-terraform: Update AWS Provider to v6#3114
kakakakakku wants to merge 2 commits into
aws-samples:mainfrom
kakakakakku:sns-sqs-terraform

Conversation

@kakakakakku
Copy link
Copy Markdown
Contributor

Issue #, if available:
N/A

Description of changes:
Hi😀 Thanks for the useful patterns!

To keep this pattern maintainable, I updated the AWS Provider to v6.

Check

terraform apply completed successfully and works good.

$ aws sns publish --topic-arn arn:aws:sns:us-east-1:000000000000:sns-sqs-demo-000000000000 --subject testSubject --message testMessage --region us-east-1
{
    "MessageId": "a234ba7a-20a6-56ae-b908-d8fef0ded902"
}

$ aws sqs receive-message --queue-url sns-sqs-demo-000000000000 --region us-east-1
{
    "Messages": [
        {
            "MessageId": "7060461f-4264-41f5-bcdd-3889f98ec5bf",
            "ReceiptHandle": "xxx",
            "MD5OfBody": "37546b0ac9dc24506d4d1a4f05f35414",
            "Body": "xxx"
        }
    ]
}

Thank you😀


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.


```bash
aws sqs receive-message --queue-url ENTER_YOUR_SQS_QUEUE_URL
```
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Image

@ellisms
Copy link
Copy Markdown
Contributor

ellisms commented May 20, 2026

Thanks for the updates, @kakakakakku . I'll add this to the publishing queue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants