I’m creating some Resources (Lambdas, DynamoDB) that I want to run with a VPC. I have two stages: ‘dev’ and ‘test’. I’ve created the Resources with names including the stage name (e.g. ‘dev-lambda’, ‘test-lambda’, etc).
What I would like to do is have only 1 VPC, that contains all my ‘dev’ and ‘test’ Resources. Is this possible with a Serverless Framework config? I have seen the documentation about VPC Configuration but I’m unsure if this is for creating a VPC per stage, or a VPC for all stages?