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