Getting this error since the last 2 days. Any suggestions where i am going wrong?
My Serverless.yml looks like this:
service: test
provider:
name: openwhisk
runtime: nodejs:default
overwrite: true
namespace: ‘agneetra10@gmail.com_My-Space’
ignore_certs: true
functions:
hello:
handler: handler.hello
runtime: nodejs:6
overwrite: true
namespace: ‘agneetra10@gmail.com_My-Space’
events:
- http: GET /api/test/hello
plugins:
- serverless-openwhisk