You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 13, 2023. It is now read-only.
[Error]: { "skill": { "resources": [ { "action": "UPDATE", "errors": [ { "message": "Object instance at property path \"$.manifest.apis.music.endpoint\" has unexpected property: \"sourceDir\"." }, { "message": "String instance with value \"MusicCloudLambda\" at property path \"$.manifest.apis.music.endpoint.uri\" does not match the regular expression: \"^arn\"." } ], "name": "Manifest", "status": "FAILED" } ], "skillId": "amzn1.ask.skill.969bba53-9cb4-4185-b1e1-00aa7c3b7b23" }, "status": "FAILED" }
I'm guessing it comes from the init step...
For the package path, I have specified: ./
And for the lambda path, I have specified: ./lambda/us-east-1_MusicCloudLambda
Hi!
I get the following error when I try to deploy:
[Error]: { "skill": { "resources": [ { "action": "UPDATE", "errors": [ { "message": "Object instance at property path \"$.manifest.apis.music.endpoint\" has unexpected property: \"sourceDir\"." }, { "message": "String instance with value \"MusicCloudLambda\" at property path \"$.manifest.apis.music.endpoint.uri\" does not match the regular expression: \"^arn\"." } ], "name": "Manifest", "status": "FAILED" } ], "skillId": "amzn1.ask.skill.969bba53-9cb4-4185-b1e1-00aa7c3b7b23" }, "status": "FAILED" }I'm guessing it comes from the init step...
For the package path, I have specified:
./And for the lambda path, I have specified:
./lambda/us-east-1_MusicCloudLambda