Erro Missing Authentication Token Exception

service: serverless-hello-world

plugins:

  • serverless-offline

provider:
name: aws
runtime: nodejs6.10

functions:
helloWorld:
handler: handler.helloWorld
events:
- http:
path: hello-world
method: get
cors: true