Serialization

The SQS connection acts as a “pass-through” connection. Key and message data is not transformed. Messages sent to a SQS queue should be serialized messages that can be deserialized by the module.

For example, if a MSG module has a message implementation using JSON containing the following properties: “myMessageType”, “myStringStateChange”, “myIntegerStateChange”, and “timestamp” – using the AWS SQS Management UI, you can send a message to a SOSS object with the following code:

image1