-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request response workspace #612
base: main
Are you sure you want to change the base?
Conversation
public class V2DeserializationFailureEvent { | ||
private Throwable cause; | ||
private byte[] payload; | ||
// when topic is available, add it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trivial: Should this comment be labeled as a TODO? Or removed?
import software.amazon.awssdk.iot.iotshadow.model.*; | ||
|
||
/** | ||
* The AWS IoT Device Shadow service adds shadows to AWS IoT thing objects. Shadows are a simple data store for device properties and state. Shadows can make a device’s state available to apps and other services whether the device is connected to AWS IoT or not. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trivial: "Shadows can make a device's [last reported] state available to apps and other services whether the device is [currently] connected to AWS IoT or not" ?
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.