Skip to content

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

Open
kakakakakku wants to merge 2 commits intoaws-samples:mainfrom
kakakakakku:eventbridge-sns-terraform
Open

eventbridge-sns-terraform: Update AWS Provider to v6#3068
kakakakakku wants to merge 2 commits intoaws-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!

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