GovCloud Support?

I am running a project that requires AWS GovCloud and in my naivety, I thought I could just pick up my serverless templates and run them there – seems logical, but as some of you may already know, that isn’t the case.

It doesn’t seem like much would have to be done to make this work as it seems that serverless is just failing to put in the correct partitions when building various pieces, like apigateway. (e.g. aws instead of aws-us-gov)

Does anyone know if there is a very near future plan to support GovCloud? I see issues open since 2017 (e.g. issue 4102).

If not, is there anyone that could help get me up to speed on some of the serverless code and contributing process so I can maybe fix it myself? Thank you.