Serverless APIGW

Hey , Im new to serverless. I dont want AWS APIGW as part of my serverless deployment ,

package:
  individually: true
functions:
  main:
    name: SimpleLambda
    handler: src/lambda.handler
    # Uncomment Events block to test from local
    events:
      - http:
          method: any
          path: /{proxy+}

Is there any documentation, to skip APIGW creation

I see these in my logs

CloudFormation - CREATE_FAILED - AWS::ApiGateway::Deployment - ApiGatewayDeployment1644237435319