0

enter image description here

I recently migrated from ask-cli v1 to v2 Every time i create a skill to be AWS Lambda hosted. But when I deploy the skill using "ask-deploy" through command line, I keep getting this error again and again. I don't know where it goes wrong. The back-end code is PERFECT. The front end is created in the developer console. However, the lambda function is not created.

This error keeps coming! Someone Please help me with this PLEASE

1 Answers1

0

It would be easier with code posted here - but it looks like one of the closing ' somewhere in your files (JSON I guess) is incorrect.

slawciu
  • 775
  • 4
  • 15
  • Thank for answering. I get this same error across all my skills. "Even if" I create a skill with the basic "hello world template" and deploy it (without making any changes to the code and json", the same error throws up when I use "ask deploy" – Deepak Sharma Jul 13 '20 at 10:03