I have this model and I should to set table name from application.yml file.
application.yml
@DynamoDBTable(tableName = "${aws.dynamodb.table-name}") pu