{"tool":"aws","tool_display":"Aws","intent":"publish-sns-message","intent_display":"publish sns message","title":"Aws Command: publish sns message","command_string":"aws sns publish {--topic-arn \"arn:aws:sns:us-west-2:123456789012:topic-name\"||--phone-number +1-555-555-0100} --message file://<path/to/file>","raw_command_string":"aws sns publish {{--topic-arn \"arn:aws:sns:us-west-2:123456789012:topic-name\"||--phone-number +1-555-555-0100}} --message file://{{path/to/file}}","description":"Exact CLI syntax to publish sns message using Aws.","usage_scenario":"When notifying stakeholders about system events or operational incidents.","scenario_context":"Ensure your AWS credentials are configured to interact with SNS efficiently.","simulated_output":"\"Successfully published message to the topic arn:aws:sns:us-west-2:123456789012:topic-name\"\n\"Message ID: 12345abc-de67-890f-gh12-ijklmno34567\"","how_to_steps":["Run the command: `aws sns publish --topic-arn \"arn:aws:sns:us-west-2:123456789012:topic-name\" --message file://path/to/file`","Confirm successful publish with `aws sns list-subscriptions-by-topic --topic-arn \"arn:aws:sns:us-west-2:123456789012:topic-name\"`."],"inferred_category":"Cloud Infrastructure","canonical_url":"https://www.syntaxstandard.com/aws/publish-sns-message"}