Error while migrating from version 3 to 5

Hi,

I am migrating an old Jets app to version 5. I used the jets-upgrade gem to do it.
When running the server I got this error message:

/Users/xxx/.rvm/gems/ruby-3.2.0/gems/jets-5.0.14/lib/jets/application/configuration/defaults.rb:90:in `initialize': undefined method `table_namespace=' for #<Aws::DynamoDB::Client> (NoMethodError)

      @events.dynamodb.table_namespace = true # true will use Jets.table_name
                      ^^^^^^^^^^^^^^^^^^

I tried to update my Jets app with everything said in this post: Ruby on Jets 5.0 Release: Improvements Galore

Nothing works.

I noticed each time I use the config variable in my /config/application.rb file, I get this error message.

The AWS DynamoDB gem does not have a table_namespace variable. How could Jets gem work for you?

Thanks