Skip to content

fix: usuability update from feedback - #6150

Merged
zhaoqizqwang merged 2 commits into
aws:master-nova-follow-upsfrom
zhaoqizqwang:sa-feedback
Aug 4, 2026
Merged

fix: usuability update from feedback#6150
zhaoqizqwang merged 2 commits into
aws:master-nova-follow-upsfrom
zhaoqizqwang:sa-feedback

Conversation

@zhaoqizqwang

Copy link
Copy Markdown
Collaborator

Small usability improvement based on recent feedback

  • Update num_line to tail_lines in stream_logs
  • Update logging from warning to error for SMTJ instance_count values
  • Remove SNS setup helper and move the content to ducumentation


**AWS Console**

1. Open your topic → **Access policy** tab → **Edit**

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Recommend:

1. Go to **Amazon SNS** → **Topics** -> open your topic -> → **Access policy** tab → **Edit**

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Updated in the new commit

"Effect": "Allow",
"Principal": {"Service": "events.amazonaws.com"},
"Action": "SNS:Publish",
"Resource": "arn:aws:sns:us-east-1:123456789012:my-training-alerts",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Recommend calling out that the Resource and AWS:SourceAccount should match the SNS topic they created and their AWS account ID

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Updated in the new commit

{
"Effect": "Allow",
"Action": "sns:GetTopicAttributes",
"Resource": "arn:aws:sns:*:*:my-training-alerts"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Recommend calling out that this needs to match the created topic

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Updated

@zhaoqizqwang
zhaoqizqwang merged commit a0b7d5e into aws:master-nova-follow-ups Aug 4, 2026
1 check was pending
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.

2 participants