Shaun Parsons
Results
2
comments of
Shaun Parsons
You can pass in a `dialectModule` when constructing sequelize which you can set to be `pg`.
At present I think my solution would be to have multiple additional stacks as follows: ```yml additionalStacks: database: ${file(./serverless/custom/database.yml)} network: ${file(./serverless/custom/network.yml)} ``` But that does mean doing additional deployments. Would...