question

Oxygen Box avatar image
Oxygen Box asked

Updating an existing skill

I am trying to update existing Live skill that I originally built in V1 if the SDK. I Created a newer version in V2 of the SDK (this time using the CLI) separately that is functioning fine including interactions with DynamoDB (the first version did not). I went and replaced/updated the development model of the Live version with the changes and then updated the Endpoint to point to this new V2 Lambda. The skill will launch, but when I try and interact I get an output that begins with "Sorry, an error occurred. Could not find handler that can handle the request" followed by some JSON.

The skill functions correctly when I use a model I created when creating this new version. I am wondering if there is something I am missing I need to di to the existing live development model to point or interact with new Lambda.

Thanks in advance

alexa skills kitlambdaask cliupdatesdk v2
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

KAIYIN@AMAZON.COM avatar image
KAIYIN@AMAZON.COM answered

Can you compare the two interaction model from your V2 and V2 interface?

1 comment
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Oxygen Box avatar image Oxygen Box commented ·

I basically copied the new V2 model json and pasted into the original model, so both should be identical

0 Likes 0 ·
Oxygen Box avatar image
Oxygen Box answered

I basically copied the new V2 model json and pasted into the original model, so both should be identical

10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.