Get standalone server mode working for all tests.
This commit is contained in:
parent
cb28eeefbb
commit
81836b6981
78 changed files with 957 additions and 783 deletions
6
other_langs/test.rb
Normal file
6
other_langs/test.rb
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
require 'aws-sdk'
|
||||
|
||||
sqs = Aws::SQS::Resource.new(region: 'us-west-2', endpoint: 'http://localhost:8086')
|
||||
my_queue = sqs.create_queue(queue_name: 'my-bucket')
|
||||
|
||||
puts sqs.client.list_queues()
|
||||
Loading…
Add table
Add a link
Reference in a new issue