Skip to content

eventbridge-sns-terraform: Update AWS Provider to v6#3068

Merged
bfreiberg merged 2 commits into
aws-samples:mainfrom
kakakakakku:eventbridge-sns-terraform
May 12, 2026
Merged

eventbridge-sns-terraform: Update AWS Provider to v6#3068
bfreiberg merged 2 commits into
aws-samples:mainfrom
kakakakakku:eventbridge-sns-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 events put-events --entries file://event.json --region us-east-1
{
    "FailedEntryCount": 0,
    "Entries": [
        {
            "EventId": "18fba94a-f229-7b5f-0de3-e8ed1a0454ae"
        }
    ]
}
image

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.

@@ -1,6 +1,6 @@
# Amazon EventBridge to Amazon SNS

The AWS SAM template deploys an SNS topic that is triggered by an EventBridge rule. The SNS topic policy provides the permission for EventBridge to invoke the SNS topic.
Copy link
Copy Markdown
Contributor Author

@kakakakakku kakakakakku Apr 20, 2026

Choose a reason for hiding this comment

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

note: This pattern is not SAM project!

@bfreiberg bfreiberg merged commit 26b446f into aws-samples:main May 12, 2026
@bfreiberg
Copy link
Copy Markdown
Contributor

Sorry for the delay and thank you for your contribution.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants