Staging configurations

Use Case:

I have 2 aws accounts dev and prd.
They each have a dynamodb table but i have named them {env}-thing

Limitation:

Right now, the staging/production is expecting the same table name for each env.

Request:

Would be nice to be able to use the staging feature, but also be able to include additional configurations per env

thanks