Is it possible to use the /
Get method? It seems that serverless creates this before any of my API’s are created but I actually want to make use of this.
How do I attach a function to the root? Below is a snippet of what I am trying to do.
events:
- http:
operationId: create
path: "/"
method: post
cors: true
private: false
authorizer: aws_iam