I just wrote my first ISP skill and noticed that even though my response to Connections.SendRequest (Buy) includes my sessionAttributes, they don't get passed back in, when it initiates the next request to type "Connections.Response" (name "Buy").
As a work-around, I copied them to persistentAttributes and stored them in a DynamoDB table before I send the Connections.SendRequest (Buy) response, then read them from the DynamoDB persistentAttributes and copied them back into my sessionAttributes.
While this works, I'm curious if there is some other approach I need to use to send them to the Connections.SendRequest (Buy), or if this is indeed an issue, when Amazon will allow the sessionAttributes to pass through the buy process?
Kind regards,
Ken.