tzmfreedom / apex_sns

sample for aws sns publishing with apex.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

apex_sns

sample for aws sns publishing with apex.

usage

SNSClient client = new SNSClient(
  'input your aws access key id',
  'input your aws secret access key',
  'input your region'
);

String response = client.publish(new Map<String, String> {
  'Message' => 'message',
  'TopicArn' => 'Topic ARN'
});

About

sample for aws sns publishing with apex.


Languages

Language:Apex 100.0%