cancel
Showing results for 
Search instead for 
Did you mean: 

Best practices to publish to a AWS SNS topic

mohamadelmardin
New Contributor III

SnapLogic currently doesn’t have a dedicated snap pack for AWS SQS and SNS integration. Though we can use JMS consumer/producer snaps to configure it for SQS seamlessly however there is no mechanism to do that for SNS.

I guess the only possible way to publish to an SNS topic within a pipeline is use the REST api via GET/POST snaps. Is that true? What are the configuration steps required for security to send access and secret keys with the REST snap in order to do that? where should be keep these security tokens in the http parameter or http header? how can we further protect them?

Please provide best practices with working demo if any.

12 REPLIES 12

https://community.snaplogic.com/c/pipelines/showcase

The link above is the location of the showcase and you can locate " Box’s Snaplogic Knowledge Base" then it is in the following location.

SnapLogic - Knowledge Base > Endpoints > AWS SQS

sumitkumar
New Contributor

@mohamadelmardini @aleung

When I’m trying to consume AWS SNS message using JMS Consumer snap, it asks for an account. Any idea on which type of account should i create and use?

Garrett
New Contributor II

Did you ever resolve this / determine which account to use?