I have an amplify gen2 app based on RDS running all fine in our staging account. I want to deploy this now on production, but am failing as the schema.sql.ts defines a vpcConfig that is not found during the build phase as it's the staging environment and thus fails.
I have looked throught documentation regarding the deployment over multiple accounts and read through many other posts but so far to no avail. All I tried is failing, including the re-build of the schema.sql.ts during build phase.
Can I somehow configure the vpcConfig per environment?
I'd appreciate some hints, if this is the right approach or what else I could try.