Hello I am new to this,
I am facing issue while I try to test the skill that I just created.
when I say Alexa open <skill name> it responds with There was a problem with the requested skill's response
and in cloudwatchlogs it says
"errorType": "TypeError", "errorMessage": "Cannot read properties of undefined (reading 'header')", "stack": [ "TypeError: Cannot read properties of undefined (reading 'header')", " at exports.handler (/var/task/index.js:9:37)", " at Runtime.handleOnceNonStreaming (file:///var/runtime/index.mjs:1089:29)"
TIA