You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.