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?
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