Expected Behavior
I have my dev and stage env in one AWS region and I am using the suffix _dev and _stage to tables.
Is there any way to add this suffix in runtime to @DynamoDBTable()?
Actual Behavior
I tried to override the value using TableNameResolver but the override method is not getting called. also, I tried with Spring expression to evaluate the expression but that is also not working.
Would appreciate any help. Thanks