DEV Community

Discussion on: How to setup Dynamoid in Ruby projects to simplify DynamoDB interactions

Collapse
 
bparanj profile image
Bala Paranj

I am getting the following error:

FlashCard.create_table(sync: true)

[Aws::DynamoDB::Client 0 25.574181 10 retries] list_tables(exclusive_start_table_name:nil) Seahorse::Client::NetworkingError Connection reset by peer

/usr/share/rvm/rubies/ruby-3.0.2/lib/ruby/3.0.0/socket.rb:452:in `__read_nonblock': Connection reset by peer (Seahorse::Client::NetworkingError)

Any ideas on how to fix it?

Collapse
 
bparanj profile image
Bala Paranj

Used the docker-compose.yml file provided by localstack. It now works!