"af-south-1" region is not supported by dashboard

I can deploy to af-south-1 using serverless framework but if I enable the enterprise stuff then I get this error:
"af-south-1" region is not supported by dashboard

Does anyone know if / when af-south-1 will be supported by Serverless Framework Enterprise?

I am getting a similar error:

“eu-south-1” region is not supported by dashboard

I logged in to sls dashboard during project creation.

I don’t really care about the sls dashboard now and would just like to deploy my service to the Milan region.

Any pointers?

It’s been a while. FWICR sls will do a deploy to the sls dashboard / saas platform if you have your organization set at the top of serverless.yml. To deploy straight to aws without the dashboard just remove those lines from the top of serverless.yml.

i.e.

service: my-lambda
# NOTE: "af-south-1" region is not supported by dashboard
# org: myorg
# app: my-lambda