Error: Unable to setup base domain mappings
Any idea why I get this error? It looks that in aws there is no problem, but im not sure.
service: example-api
app: example-api
org: company
provider:
name: aws
runtime: nodejs12.x
outputs:
custom-output: any-value-here
functions:
hello:
handler: handler.hello
events:
- http:
path: hello
method: get
cors: true
plugins:
- serverless-domain-manager
custom:
customDomain:
domainName: api.example.tk
basePath: ‘’
stage: ${self:provider.stage}
createRoute53Record: true