Skip to content

Commit

Permalink
bugfix: Require Aws gem for messaging infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
soumyaray committed Jan 2, 2018
1 parent c07b752 commit 051c161
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infrastructure/messaging/queue.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# frozen_string_literal: true

require 'aws-sdk-sqs'

module CodePraise
module Messaging
## Queue wrapper for AWS SQS
Expand Down

0 comments on commit 051c161

Please sign in to comment.