- 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)
- To deploy a service, run
npx sls deploy
in its subdirectory - Services are available at the
/a
and/b
base paths configured in theirserverless.yml
(e.g.:https://api.example.org/a/hello
)