Secure the APIs

Link to chapter - https://serverless-stack.com/chapters/secure-the-apis.html

Is there an example to make aws_iam authorizer work using httpApi event?

Hmm I’m not sure I get what you mean.

When running
$ serverless invoke local --function create --path mocks/create-event.json

from chapter Secure the APIs | Serverless Stack,
i found the bellow error.

 Serverless Error ----------------------------------------
 
  Invalid service configuration: "provider.name" property is missing
 
  Get Support --------------------------------------------
     Docs:          docs.serverless.com
     Bugs:          github.com/serverless/serverless/issues
     Issues:        forum.serverless.com
 
  Your Environment Information ---------------------------
     Operating System:          win32
     Node Version:              14.17.0
     Framework Version:         2.41.2
     Plugin Version:            5.0.0
     SDK Version:               4.2.2
     Components Version:        3.9.2

Please help in solving this.