Fixed
Details
Assignee
Krzysztof JaśkiewiczKrzysztof JaśkiewiczReporter
Alf-Rune SiqvelandAlf-Rune SiqvelandStory Points
8Priority
(None)Days in progress
7Fix versions
Sprint
NoneBacklog
yes
Details
Details
Assignee
Krzysztof Jaśkiewicz
Krzysztof JaśkiewiczReporter
Alf-Rune Siqveland
Alf-Rune SiqvelandStory Points
8
Priority
Days in progress
7
Fix versions
Sprint
None
Backlog
yes
Zendesk Support
Zendesk Support
Zendesk Support
Checklist
Checklist
Checklist
Created February 21, 2022 at 12:23 PM
Updated August 11, 2022 at 8:11 AM
Resolved August 11, 2022 at 7:55 AM
As we did for Azure Device Twins™, we need to extend the same interface to interact with AWS Device Shadows™, which essentially contains the same information - desired and reported state.
Acceptance criteria:
Extend the DeviceState model with an AWS provider
Create/update client interface to interact with AWS
Use the official Golang sdk (v2)
Update the endpoints interacting with the device state (shadow):
GET /devices/{deviceId}/state
GET /devices/{deviceId}/state/{integrationId}
PUT /devices/{deviceId}/state/{integrationId}