I use Serverless framework for managing my AWS lambda function. And I also use git for managing with other developer. I have 2 branch which is development and production. If the feature is ready for release, we will merge the development branch into the master which is my production branch.
My question is, is there any way to seperate the provider and functions configuration in .yml file ? I need to ignore the provider section, so each branch has its own config, but I need the functions to be updated from development stage to production stage.
 
    