Skip to content

Instantly share code, notes, and snippets.

@cracell
Created September 14, 2017 20:39
Show Gist options
  • Save cracell/b0cedd837111a290950773a4c60623c8 to your computer and use it in GitHub Desktop.
Save cracell/b0cedd837111a290950773a4c60623c8 to your computer and use it in GitHub Desktop.
entity = Entity.find_by uuid: '8bae8fc0-53ce-0135-381b-36241789ce63'
publisher = AmazonSnsPublisher.new(
Figaro.env.AWS_SNS_BASE_ARN,
"wm-entity-master-#{Rails.env}-models"
)
PublishObject.new(entity, publisher).call
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment