Unable to setup base domains

service: cartlane-be
frameworkVersion: "3"
useDotenv: true

provider:
  name: aws
  runtime: nodejs14.x
  memorySize: 2048
  stage: dev
  timeout: 15
  region: ap-south-1

functions:
  hello:
    handler: handler.hello
    events:
      - http: ANY /{proxy+}
      - http: ANY /

plugins:
  - serverless-domain-manager

custom:
  customDomain:
    domainName: cartlane.in
    basePath: ""
    stage: ${self:provider.stage}
    createRoute53Record: true

This throws the error as below in the screenshot

I bought this domain in GoDaddy and managing the hosted zones in aws