name: songwhip-batch-web

app:
  component: 'serverless-next.js@1.7.1'
  inputs:
    # domain must be configured manually using dns and cloudfront cnames
    # domain: ['batch', 'songwhip.com']

    # https://github.com/serverless-nextjs/serverless-next.js/issues/447#issuecomment-645417717
    build:
      cmd: node_modules/next/dist/bin/next

    memory:
      defaultLambda: 512
      apiLambda: 512
