Domain configuration Edit domain.yml and provide the domain name and the cert's Arn. Run npx sls deploy to create the custom domain config on API Gateway (this doesn't create a DNS record) Service deployment To deploy a service, run npx sls deploy in its subdirectory Services are available at the /a and /b base paths configured in their serverless.yml (e.g.: https://api.example.org/a/hello)