Tag: AWS Amplify
-
Building a smart home sensor application with AWS AppSync and AWS Amplify components
Collecting sensor data such as temperature values is an example of smart home use cases. To display sensor data in real time, the use of AWS AppSync / GraphQL with its real-time message transmission capabilities is a good choice. This blog article describes how to implement a GraphQL backend using AWS AppSync. An Angular-based web…